More VBA Terminology
 
 
 

This chapter expands your exposure to VBA. The following terms will help you understand and work within the VBA environment.

Project

A set of forms and modules grouped together in a single file.

Module

A group of (usually related) subroutines and functions.

Macro

A public subroutine or function. Macros are exposed to the user as an executable component of your project.

Dialog box

A means by which information is displayed or gathered during application execution.

Form

Container for dialog box controls.