VbaProjectFactory

VbaProjectFactory class

Allows to create VBA project via COM interface

The VbaProjectFactory type exposes the following members:

Constructors

NameDescription
VbaProjectFactory()Initializes a new instance of the VbaProjectFactory class

Properties

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

Methods

NameDescription
create_vba_project()Creates new VBA project.
read_vba_project(data)Reads VBA project from OLE container.

See Also