VbaProjectFactory class

VbaProjectFactory class

Allows to create VBA project via COM interface

The VbaProjectFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Properties

PropertyDescription
instanceVBA project factory static instance.
Read-only VbaProjectFactory.

Methods

MethodDescription
create_vba_project(self)Creates new VBA project.
read_vba_project(self, data)Reads VBA project from OLE container.

See Also