Workbook.HasVBProject Property

Definition

Gets a value that indicates whether a workbook 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 workbook has an attached VBA project; otherwise, false.

Applies to