_Workbook.HasVBProject Property

Returns a Boolean that represents whether a workbook has an attached Microsoft Visual Basic for Applications project. Read-only.

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

Syntax

'Declaration
ReadOnly Property HasVBProject As Boolean
    Get
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.HasVBProject
bool HasVBProject { get; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property is most useful in programmatically determining whether a workbook needs to be saved into a macro-enabled file format. If saved in another format, macros and code projects contained within the document may be lost.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace