Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / November 2005

Tip: Looking for answers? Try searching our database.

Pesky toolbars

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kim - 09 Nov 2005 14:55 GMT
Hi
On opening word 2003 the toolbars are not the standard and formatting only,
there are others that I have been using previously.
Is there a way to force word to open with only the standard and formatting
or those used the last time a particular document was worked on?
I seem to recall a VBA thing that would do this but wondered if 2003 has a
setting I have missed.
If not does anyone recall the VBA script
Thanks
Graham Mayor - 10 Nov 2005 06:06 GMT
You can force Word to display (or not to display) whatever toolbars you like
by using auto macros. http://www.gmayor.com/installing_macro.htm  The code
required could be similar to:

Sub AutoNew()
CommandBars("Reviewing").Visible = False
CommandBars("Drawing").Visible = False
CommandBars("Forms").Visible = False
End Sub

Sub AutoExec()
CommandBars("Reviewing").Visible = False
CommandBars("Drawing").Visible = False
CommandBars("Forms").Visible = False
CommandBars("Mail Merge").Visible = False
End Sub

Toolbars provided by add-ins may need a different approach - see
http://www.gmayor.com/lose_that_adobe_acrobat_toolbar.htm

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> Hi
> On opening word 2003 the toolbars are not the standard and formatting
[quoted text clipped - 6 lines]
> If not does anyone recall the VBA script
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.