Document.HasVBProject Property

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

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
ReadOnly Property HasVBProject As Boolean
bool HasVBProject { get; }

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 Interface

Microsoft.Office.Tools.Word Namespace