Guidelines for naming Visual Basic procedures, variables, and constants

Names of procedures, variables, and constants in your Visual Basic for Applications code:

A keyword is a word that Visual Basic uses as part of its language. This includes predefined statements (such as If and Loop), functions (such as Len and Abs), and operators (such as Or and Mod).