Syntax (probably BNF) spec of VBA ?
Asked Answered
B

2

6

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.

Bibliography answered 14/10, 2009 at 18:2 Comment(0)
I
4

The Official reference is Microsoft docs

Irons answered 14/10, 2009 at 18:7 Comment(0)
A
6

Check out VBA Language Specification (PDF) on MSDN.

Agglutinative answered 14/10, 2009 at 18:8 Comment(0)
I
4

The Official reference is Microsoft docs

Irons answered 14/10, 2009 at 18:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.