Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Misty Misty is offline
external usenet poster
 
Posts: 8
Default Keep reviewing toolbar?

I see that everyone else wants to get rid of the reviewing toolbar, but as an
editor, I want it there everytime I open a document. Now, every time I open
documents, I have to select it. This didn't always happen.

How can I keep the toolbar open continuously in all documents?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Keep reviewing toolbar?

In general, a document you open will have the same toolbars displayed as the
document that was active beforehand.

You can use a macro to open display the toolbar. A macro named AutoOpen will
run whenever you open an existing document. A macro named AutoNew will run
whenever you create a new document.

If you store the following AutoOpen macro in your Normal.dot, it will
display the Reviewing toolbar when you open a document. Since the macro
contains no code that positions the Reviewing toolbar, the toolbar will be
positioned as the last time it was displayed.

Note that if you do not have an English version of Word installed, you need
to correct the name "Reviewing" in the macro to the exact toolbar name.


Sub AutoOpen()
CommandBars("Reviewing").Visible = True
End Sub


If you also want the Reviewing toolbar to be displayed whenever you create a
new document, you can copy the macro above and change the name to "AutoNew".

If you need help on installing a macro, see:
http://www.gmayor.com/installing_macro.htm

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"Misty" wrote:

I see that everyone else wants to get rid of the reviewing toolbar, but as an
editor, I want it there everytime I open a document. Now, every time I open
documents, I have to select it. This didn't always happen.

How can I keep the toolbar open continuously in all documents?

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reviewing Toolbar Bev Microsoft Word Help 1 August 7th 07 10:15 PM
reviewing toolbar Naomi Microsoft Word Help 3 January 4th 07 06:11 PM
Reviewing toolbar tnt Microsoft Word Help 1 February 4th 06 12:46 PM
Is there a way I can get the "Reviewing" toolbar to always appear. Bibendum Microsoft Word Help 1 December 29th 04 09:55 PM
How to keep Reviewing toolbar from appearing? dcprej Microsoft Word Help 2 December 23rd 04 02:12 PM


All times are GMT +1. The time now is 05:24 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"