Class VbaModule

VbaModule class

Represents module that is contained in VBA project.

public class VbaModule

Properties

NameDescription
Codes { get; set; }Gets and sets the codes of module.
Name { get; set; }Gets and sets the name of Module.
Type { get; }Gets the type of module.

See Also