Please forgive my ignorance, but I am a bit new to making macros in Excel. Is VBA 6.3 the most current? Where would a person find a class in this programming language? I've seen VB Studio and VB .Net... are these more current versions?
The best way to get started is to use the macro recorder (Tools/Macro/...). Turn on the recorder, do something like you want the macro to do manually on the spreadsheet, turn off the recorder, and use Alt-F11 to look at the code that was produced. It's really a great introduction.
The VERSION of VBA depends on the MS OFFICE version you are running. VBA is not a stand-alone application like .net or VB. You run VBA within Word, Excel, Access, Outlook etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.