Workbook.VBProject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the virtual Microsoft.Vbe.Interop.VBProject project that is in the workbook.
public:
property Microsoft::Vbe::Interop::VBProject ^ VBProject { Microsoft::Vbe::Interop::VBProject ^ get(); };
public Microsoft.Vbe.Interop.VBProject VBProject { get; }
member this.VBProject : Microsoft.Vbe.Interop.VBProject
Public ReadOnly Property VBProject As VBProject
Property Value
The virtual Microsoft.Vbe.Interop.VBProject project that is in the workbook.
Remarks
This property refers to the Visual Basic for Applications project, not the Visual Basic project.