VbaProject

VbaProject class

Represents the VBA project.

public class VbaProject

Properties

Name Description
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.

See Also