Share via


Document.HasVBProject Property (2007 System)

Gets a value that indicates whether the document has an attached Microsoft Visual Basic for Applications (VBA) project.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property HasVBProject As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.HasVBProject
public bool HasVBProject { get; }
public:
property bool HasVBProject {
    bool get ();
}
public function get HasVBProject () : boolean

Property Value

Type: System.Boolean
true if the document has an attached VBA project; otherwise, false.

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.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace