VbaModule class

VbaModule class

Represents module that is contained in VBA project.

The VbaModule type exposes the following members:

Properties

Property Description
name Gets and sets the name of Module.
type Gets the type of module.
codes Gets and sets the codes of module.

See Also