Toolbars and Font Selector Cannot Be Closed Using Keyboard |
Q110593
Word 6.0 for Windows does not include any assigned key combinations to close toolbars or the Font Selector using the keyboard.
You 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 Sub
NOTE: You cannot create a macro to close Font Selector with a key
combination.
Additional query words: 6.0 winword word6
Keywords :
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |