_Document.HasVBProject Property
Returns a Boolean that represents whether a document has an attached Microsoft Visual Basic for Applications project. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasVBProject As Boolean
Get
'Usage
Dim instance As _Document
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 document 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.