EvilD
New Member
- Joined
- Feb 29, 2016
- Messages
- 2
- Thread Author
-
- #1
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
Solution
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.
- Joined
- Aug 3, 2010
- Messages
- 1,289
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.
EvilD
New Member
- Joined
- Feb 29, 2016
- Messages
- 2
- Thread Author
-
- #3
Thanks, I was looking at Visual Studio I was curios if there were better choices.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.