The syntax (possibly BNF) of the VBA specification?

I need to support part of the VBA Access 2003 code, which is not my main programming language, and although I’m pretty confident in doing the usual things, I would still like to have a clean specification of the language syntax. It just saves a lot of time compared to reading thin, silly tutorials that tell me what a for loop is.

Is there any resource in VBA syntax? I would be glad if he were as formal as possible, perhaps something like BNF. I could not find the official specification.

+5
source share
2 answers

Official Link Microsoft Docs

+3

VBA (PDF) MSDN.

+6

All Articles