_Application.VBE Property
Returns a VBE object that represents the Visual Basic Editor.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property VBE As VBE
Get
'Usage
Dim instance As _Application
Dim value As VBE
value = instance.VBE
VBE VBE { get; }
Property Value
Type: VBE