📎 AI Summary:
The thread discusses transforming an Excel VBA-based inventory spreadsheet into a standalone application. The original poster seeks suggestions on suitable programming languages and tools, with recommendations to use Microsoft's free Visual Studio with VB.NET or C# for easier interfacing with Excel. The overall tone is seeking advice, with the responses favoring Microsoft technologies as practical options.

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
 

Josephur

Windows Forum Admin
Staff member
Premium Supporter
Microsoft Certified Professional
Joined
Aug 3, 2010
Messages
1,283
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.
 

Solution

EvilD

New Member
Joined
Feb 29, 2016
Messages
2
Thread Author #3
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.