VbaModule
VbaModule class
Represents module that is contained in VBA project.
Properties
| Name | Type | Description |
|---|
| Name | String | Gets and sets the name of Module. |
| Type | int | Gets the type of module. The value of the property is VbaModuleType integer constant. |
| Codes | String | Gets and sets the codes of module. |