_Workbook.VBProject Property

Returns a VBProject object that represents the Visual Basic project in the specified workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property VBProject As VBProject
    Get
'Usage
Dim instance As _Workbook
Dim value As VBProject

value = instance.VBProject
VBProject VBProject { get; }

Property Value

Type: VBProject

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace