Modules Collection

Microsoft Access Visual Basic

Modules Collection

         
Application Modules
Module

The Modules collection contains all open standard modules and class modules in a Microsoft Access database.

Using the Modules Collection

You can enumerate through the Modules collection by using the For Each...Next statement. To determine whether an individual Module object represents a standard module or a class module, check the Module object's Type property.

All open modules are included in the Modules collection, whether they are uncompiled, are compiled, are in break mode, or contain the code that's running.

The Modules collection belongs to the Microsoft Access Application object.

Individual Module objects in the Modules collection are indexed beginning with zero.