Document.HasVBProject Property

Definition

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

public:
 property bool HasVBProject { bool get(); };
public bool HasVBProject { get; }
member this.HasVBProject : bool
Public ReadOnly Property HasVBProject As Boolean

Property Value

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.

Applies to