Visual Basic for Applications Language Specification [pdf]
msopenspecs.azureedge.net
Visual Basic for Applications Language Specification [pdf]
1–10 of 40 posts
Re: Visual Basic for Applications Language Specification [pdf]
#2Re: Visual Basic for Applications Language Specification [pdf]
#3Re: Visual Basic for Applications Language Specification [pdf]
#4Is the language spec for Visual Basic 6 available anywhere?
AFAIK this spec isn't even for VB6, but for a "VB7" (i.e. VB6 with a bunch of changes) that never really got a standalone version and Microsoft made a spec for after the fact once they decided to attempt to make the file formats used in Office an open standard.
It is useful if you want to make a VB6 compatible parser but AFAIK those who attempted that had to "peek and poke" the real VB6 for various edge corners anyway.
Re: Visual Basic for Applications Language Specification [pdf]
#5https://www.joelonsoftware.com/2006/06/16/my-first-billg-rev...
Re: Visual Basic for Applications Language Specification [pdf]
#6Is the language spec for Visual Basic 6 available anywhere?
I don't think VB6 (or really any prior VB) had a real spec, the language was basically QBASIC stitched on a form editor for VB1 and extended over time to add more stuff and after some point could also be embedded in other programs (hence "Visual Basic for Applications"). AFAIK this spec isn't even for VB6, but for a "VB7" (i.e. VB6 with a bunch of changes) that never really got a standalone version and Microsoft made…
They weren't the same, those that only experienced MS-DOS 5.0 QBasic keep mixing them up.
QBasic was a stripped down version of QuickBasic.
Not sure about you, talking in general.
Re: Visual Basic for Applications Language Specification [pdf]
#7Re: Visual Basic for Applications Language Specification [pdf]
#8Is there any open source implementation of VBA one can add to some application with limited effort? I'm thinking about adding macro-like functionality to one of my business applications and VBA would be the best, considering my users and Excel users intersect pretty well.
Re: Visual Basic for Applications Language Specification [pdf]
#9Earlier quoted context omitted.
I don't think VB6 (or really any prior VB) had a real spec, the language was basically QBASIC stitched on a form editor for VB1 and extended over time to add more stuff and after some point could also be embedded in other programs (hence "Visual Basic for Applications"). AFAIK this spec isn't even for VB6, but for a "VB7" (i.e. VB6 with a bunch of changes) that never really got a standalone version and Microsoft made…
QuickBasic, not QBasic. They weren't the same, those that only experienced MS-DOS 5.0 QBasic keep mixing them up. QBasic was a stripped down version of QuickBasic. Not sure about you, talking in general.
(i just made a search and found an article about VB1's history and VB1 was indeed based on an existing BASIC engine they called "Embedded Basic")
Re: Visual Basic for Applications Language Specification [pdf]
#10Is the language spec for Visual Basic 6 available anywhere?
I don't think VB6 (or really any prior VB) had a real spec, the language was basically QBASIC stitched on a form editor for VB1 and extended over time to add more stuff and after some point could also be embedded in other programs (hence "Visual Basic for Applications"). AFAIK this spec isn't even for VB6, but for a "VB7" (i.e. VB6 with a bunch of changes) that never really got a standalone version and Microsoft made…