The VBA editor includes a number of extremely useful features to help you write code accurately and quickly. These features try to anticipate what you are writing in the code, and they prompt you with possible data types, built-in procedure templates, member functions, and more, as you type.
Visual Basic makes writing code easy, with features that can automatically fill in statements, properties, and arguments for you. As you enter code, the editor displays lists of appropriate choices, statement or function prototypes, or values. Options for enabling or disabling these and other code settings are available on the Editor tab of the Options dialog, which you can access by selecting Options from the Tools menu.
Refer to the following sections for more information on these VBA coding help features: