VbaProject Class
Represents the VBA project.
- Inheritance:
- System.ObjectVbaProject
Properties
Modules
Gets all VbaModule objects.
public VbaModuleCollection Modules { get; }
Public ReadOnly Property Modules As VbaModuleCollection
Property Value
Name
Gets or sets the name of the VbaProject.
Property Value
- System.String
Methods
Delete()
Deletes this VBA project from the workbook.