Windows 7 Need know where to start and with what language for a standalone windows program

EvilD

New Member
Joined
Feb 29, 2016
I have an inventory spreadsheet that is excel based and written in with VBA that want to make a standalone executable. The spreadsheet uses userforms for input and then transfers the input data to a diaphragm/floor plan, indicating what is in what room. I would like suggestions on what language to write the program in. Thanks
 
Well if you are very familiar with VBA, why not download Microsoft's free Visual Studio Community Edition and try learning VB.NET? You can also find that it will interface with Excel easily if that's needed. You also have the option of learning C# which VS supports.
 
Well if you are very familiar with VBA, why not download Microsoft's free and try learning VB.NT? You can also find that it will interface with Excel easily if that's needed. You also have the option of learning C# which VS supports.
Thanks, I was looking at Visual Studio I was curios if there were better choices.
 
Back
Top Bottom