There are terms that you should be familiar with when reading the VBA and ActiveX documentation.
The following terms will help you understand and work within the VBA environment.
- Dialog box
- A means by which information is displayed or gathered during application execution.
- Form/UserForm
- Container for dialog box controls.
- Macro
- A public subroutine or function. Macros are exposed to the user as an executable component of your project.
- Module
- A group of (usually related) subroutines and functions.
- Project
- A set of forms and modules grouped together in a single file.