VbaModule

VbaModule class

Represents module that is contained in VBA project.

getName

NameDescription
getName ()Gets the name of the module. Read-only String.

Returns: String


getSourceCode

NameDescription
getSourceCode ()Returns or sets the source code of the module. Read/write String.

Returns: String


setSourceCode

NameDescription
setSourceCode (String)Returns or sets the source code of the module. Read/write String.

Returns: void