Macros Toolbar command¶
Summary¶
Shows or hides the macros toolbar.
Description¶
Shows or hides the macros toolbar. The macros toolbar displays all defined My Macros.
How to Run¶
Default Menu: View > Toolbars > Macros
All Commands: View > Toolbars > Macros
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_SHOW_MACROS_BAR (4421)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4421);
[VBScript]¶
editor.ExecuteCommandByID 4421