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_moduleAdds a new empty module to the VBA Project.
removeRemoves the first occurrence of a specific object from the collection.

See Also