Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi all,
I've created a template in word with customized menus. When I open a new Word document using the template, the customized menus do not display until I select Tools Customize. How do I set the customized menu to display automatically? Thanks in advance. |
#2
![]() |
|||
|
|||
![]()
1 - Have them displayed in your template when you save the template. I am
assuming that your custom menus are either on a custom toolbar (preferable) or on one of the built-in toolbars. I also assume that you saved your customizations in your template. 2 - Use an AutoOpen / AutoNew macro combination to force display. The code in these macros would be something like: Application.CommandBars("My Toolbar").visible = True -- Charles Kenyon Word New User FAQ & Web Directory: http://addbalance.com/word Intermediate User's Guide to Microsoft Word (supplemented version of Microsoft's Legal Users' Guide) http://addbalance.com/usersguide See also the MVP FAQ: http://www.mvps.org/word which is awesome! --------- --------- --------- --------- --------- --------- This message is posted to a newsgroup. Please post replies and questions to the newsgroup so that others can learn from my ignorance and your wisdom. "Valerie K." Valerie wrote in message ... Hi all, I've created a template in word with customized menus. When I open a new Word document using the template, the customized menus do not display until I select Tools Customize. How do I set the customized menu to display automatically? Thanks in advance. |
#3
![]() |
|||
|
|||
![]()
I did something similar. The macro runs well but not automatically. i would
like this to be the default state. How is this done? CustomizationContext = ActiveDocument CommandBars("Formatting").Enabled = False CommandBars("MyToolbar").Enabled = True CommandBars("MyToolbar").Visible = True "Charles Kenyon" wrote: 1 - Have them displayed in your template when you save the template. I am assuming that your custom menus are either on a custom toolbar (preferable) or on one of the built-in toolbars. I also assume that you saved your customizations in your template. 2 - Use an AutoOpen / AutoNew macro combination to force display. The code in these macros would be something like: Application.CommandBars("My Toolbar").visible = True -- Charles Kenyon Word New User FAQ & Web Directory: http://addbalance.com/word Intermediate User's Guide to Microsoft Word (supplemented version of Microsoft's Legal Users' Guide) http://addbalance.com/usersguide See also the MVP FAQ: http://www.mvps.org/word which is awesome! --------- --------- --------- --------- --------- --------- This message is posted to a newsgroup. Please post replies and questions to the newsgroup so that others can learn from my ignorance and your wisdom. "Valerie K." Valerie wrote in message ... Hi all, I've created a template in word with customized menus. When I open a new Word document using the template, the customized menus do not display until I select Tools Customize. How do I set the customized menu to display automatically? Thanks in advance. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I display the Tools menu in word 2002? | Microsoft Word Help | |||
How do I get all my Word documents within one Word window | Microsoft Word Help | |||
customized menu bar to reverts to original | Microsoft Word Help | |||
Edit menu will not display drop down with Alt + E | Microsoft Word Help | |||
how do I display the menu bar in word 2003 professional | Microsoft Word Help |