I have to maintain a portion of Access 2003 VBA code, which is not my primary programming language, and while I'm pretty solid on doing regular stuff, I would still like to have a pure spec of the language syntax.. It just saves a lot of time compared to reading tons of stupid tutorials that tell me what a for loop is.

Is there any resource on the VBA syntax ? I would be happy to have it as formal as possible, probably something like BNF. I couldnt find an official spec on it.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

The Official reference is Microsoft docs

link|improve this answer
Cool, thank you very much ! – Homer J. Simpson Oct 14 '09 at 18:26
feedback

Check out VBA Language Specification (PDF) on MSDN.

link|improve this answer
Thank you too ! – Homer J. Simpson Oct 14 '09 at 18:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.