IVbaModuleCollection class

IVbaModuleCollection class

Represents a collection of a VBA Project modules.

The IVbaModuleCollection type exposes the following members:

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_empty_module(self, name)Adds a new empty module to the VBA Project.
remove(self, value)Removes the first occurrence of a specific object from the collection.

See Also