Toolbars and Font Selector Cannot Be Closed Using KeyboardLast reviewed: February 5, 1998Article ID: Q110593 |
The information in this article applies to:
SYMPTOMSWord 6.0 for Windows does not include any assigned key combinations to close toolbars or the Font Selector using the keyboard.
WORKAROUNDYou can create a macro to close a toolbar and then assign it a key combination. For example, you can use the macro below to close the Borders toolbar.
Sub MAIN ViewToolbars .Toolbar = "borders", .Hide End SubNOTE: You cannot create a macro to close Font Selector with a key combination. After you create and name the macro, you can assign it to a key combination. To do so, first choose Customize from the Tools menu and select the Keyboard tab. From the Categories list box, select Macros, and then select the newly named macro from the Macros list box. In the Press New Shortcut Key box, type the key combination you want to assign to the macro and then choose the Assign button.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |