Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the Visual Basic Editor window is visible. Read/write Boolean.
Syntax
expression .ShowVisualBasicEditor
expression Required. A variable that represents a Global object.
Example
This example makes the Visual Basic Editor window visible.
Application.ShowVisualBasicEditor = True