Class VbaProject
VbaProject class
Represents the VBA project.
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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