6.1.2 Predefined Procedural Modules

Unless otherwise specified, all Predefined Procedural Modules in the VBA Standard Library defined with the attribute VB_GlobalNamespace set to "True" are global modules, allowing simple name access to their public constants, variables, and procedures as specified in section 5.6.10.

The following modules define their public constants as if they were defined using a <public-const-declaration>.