Use the following rules when you name procedures, constants, variables, and arguments in a Visual Basic module:
Left
, you can only invoke the Left function using VBA.Left
.age
within the same procedure. However, you can declare a private variable named age
and a procedure-level variable named age
within the same module.
Note Visual Basic isn't case-sensitive, but it preserves the capitalization in the statement where the name is declared.