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 / General MS Word Questions / September 2004

Tip: Looking for answers? Try searching our database.

Start Word with Outline toolbar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
George Wilson - 03 Sep 2004 21:12 GMT
I am currently using Word 2002 on a Windows XP system. I
would like to start word and have the outline toolbar
present. Every time I enable the toolbar and exit word, it
is no longer present when I reopen word. I tried opening
the normal.dot and saving it with the toolbar in place and
this does not seem to help. Any suggestions?
TIA
George
Stefan Blom - 06 Sep 2004 10:12 GMT
The following two macros should do the trick. Make sure you store them
in the normal.dot template.

Sub AutoOpen
   ActiveWindow.View.Type = wdOutlineView
   CommandBars("Outlining").Enabled = True
   CommandBars("Outlining").Visible = True
End Sub

Sub AutoNew
   ActiveWindow.View.Type = wdOutlineView
   CommandBars("Outlining").Enabled = True
   CommandBars("Outlining").Visible = True
End Sub

If you need help on installing these macros, please see:
http://www.gmayor.com/installing_macro.htm.

Signature

Stefan Blom

> I am currently using Word 2002 on a Windows XP system. I
> would like to start word and have the outline toolbar
[quoted text clipped - 4 lines]
> TIA
> George
 
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.