Identifiers

 

 

VBA Code Protection > Supported VBA syntax by compiler > Identifiers

 

Identifier names in script (variable names, function and procedure names, etc.) follow the most common rules in basic: begin with a character (a..z or A..Z), or '_', and can be followed by alphanumeric chars or '_' char. Names cannot contain any other character or spaces.

 

Assign statements

 


Copyright © 2023 G.D.G. Software