VbaModule

VbaModule class

Represents module that is contained in VBA project.

Methods

NameDescription
getCodes()Gets and sets the codes of module.
getName()Gets and sets the name of Module.
getType()Gets the type of module. The value of the property is VbaModuleType integer constant.
setCodes()Gets and sets the codes of module.
setName()Gets and sets the name of Module.

getCodes()

Gets and sets the codes of module.

getName()

Gets and sets the name of Module.

getType()

Gets the type of module. The value of the property is VbaModuleType integer constant.

setCodes()

Gets and sets the codes of module.

setName()

Gets and sets the name of Module.