ShowVisualBasicEditor Property

Microsoft Word Visual Basic

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