Application.MacroShowVba Method
Project Developer Reference |
Starts the Visual Basic Editor.
Syntax
expression.MacroShowVba
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
The MacroShowVba method has the same effect as the Visual Basic Editor command on the Macro submenu, which is available on the Tools menu.
See Also