VbaModule class

VbaModule class

Represents module that is contained in VBA project.

The VbaModule type exposes the following members:

Properties

PropertyDescription
nameGets and sets the name of Module.
typeGets the type of module.
codesGets and sets the codes of module.

See Also