This chapter expands your exposure to VBA. The following terms will help you understand and work within the VBA environment.
A set of forms and modules grouped together in a single file.
A group of (usually related) subroutines and functions.
A public subroutine or function. Macros are exposed to the user as an executable component of your project.
A means by which information is displayed or gathered during application execution.
Container for dialog box controls.