module-level variable

A variable that's declared in the Declarations section of a module by using the Private keyword. These variables are available to all procedures in the module.