View Single Post
  #4   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Charles Kenyon
 
Posts: n/a
Default ? about templates custom menu in word 2003

Then it may have been moved off the screen, possibly by a stray mouse
movement when you were writing template 2.

With template 2 open (the active document), try entering some code in the
vba Immediate window to move it back on screen. What follows is some that I
gave a person who had lost the header and footer toolbar. Substitute the
name of your toolbar to use it.

CommandBars("Header and Footer").Enabled = True
CommandBars("Header and Footer").Visible = True
CommandBars("Header and Footer").Position = msoBarFloating
CommandBars("Header and Footer").Left = 144
CommandBars("Header and Footer").Top = 163


--
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://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
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.


"BRC" wrote in message
oups.com...
Thanks for the input. I am not sure what you are referring to when you
say "hide". When I click on view/toolbars/ the toolbar in question show
up on the list. and is checked. Is there somewhere else the where
setting are stored? Thanks
BRC