_Workbook.HasVBProject 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.
Returns a Boolean that represents whether a workbook has an attached Microsoft Visual Basic for Applications project. Read-only.
public:
property bool HasVBProject { bool get(); };
public bool HasVBProject { get; }
Public ReadOnly Property HasVBProject As Boolean
Property Value
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.