Class VbaProject

VbaProject class

Represents the VBA project.

public class VbaProject

Properties

NameDescription
IsProtected { get; }Indicates whether this VBA project is protected.
IsSigned { get; }Indicates whether VBAcode is signed or not.
Modules { get; }Gets all VbaModule objects.
Name { get; set; }Gets and sets the name of the VBA project.
References { get; }Gets all references of VBA project.

Methods

NameDescription
Protect(bool, string)Protects or unprotects this VBA project.
Sign(DigitalSignature)Sign this VBA project by a DigitalSignature
ValidatePassword(string)Validates protection password.

See Also