ShowVisualBasicEditor Property

True if the Visual Basic Editor window is visible. Read/write Boolean.

expression.ShowVisualBasicEditor

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example makes the Visual Basic Editor window visible.

Application.ShowVisualBasicEditor = True

Applies to | Application Object | Global Object

See Also | VBE Property | VBProject Property