modules property

modules property

Returns the list of all modules that are contained in the VBA project. Read-only IVbaModuleCollection.

Definition:

@property
def modules(self):
    ...

See Also