VbaProject

VbaProject()

This constructor creates new VBA project from scratch. Project will be created in 1252 Windows Latin 1 (ANSI) codepage

public VbaProject()

See Also


VbaProject(byte[])

This constructor loads VBA project from binary representation of OLE container.

public VbaProject(byte[] data)

See Also