Reviewing toolbar won't go away

J

janeherenow

Recently, every time I open a Word document, I get both my standard
toolbar and the reviewing toolbar. I looked in Preferences and tried
Help, but nothing I've changed in either affects this(although I found
some other useful options). this is not a serious problem, but takes
up unneeded screen space and is annoying. How can I make it go away?

iBook G4 with latest update of OSX, Office 2004

Thanks!
 
D

Daiya Mitchell

Are these new docs or existing docs?

The reviewing toolbar will automatically show up if you open a doc that
has existing comments/track changes (I think you can kill that too, but
I forget whether it takes trouble to re-activate later).

If it's showing up for new docs, try just turning if off via View |
Toolbars and Word ought to remember what you want. If that doesn't work,
open up your Normal template, turn it off there, type and delete
something to make Word believe the Normal template needs to be saved,
save and close Normal. If that's not enough, there are other things you
can do.

Your Normal template (unless you moved it), should be in
username/documents/microsoft user data/
 
L

little_creature

Are these new docs or existing docs?

The reviewing toolbar will automatically show up if you open a doc that
has existing comments/track changes (I think you can kill that too, but
I forget whether it takes trouble to re-activate later).
Here are the macros for disable and also enable, I'm on PC so I cannot
check it, but can someone on MAC check it, please?
to Disable, put this macro in your normal template, but it will
disable the toolbar in all documents, so you will have to switch it on
manually when you need it or see below:
Sub AutoExec()
With CommandBars("Reviewing")
.Enabled = False
.Visible = False
End With
End Sub

to Enable it again:
Sub EnableReviewingToolbar()
With CommandBars("Reviewing")
.Enabled = True
.Visible = True
End With
End Sub
[http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=221]
 
J

janeherenow

Are these new docs or existing docs?
They're existing docs created by someone else. Yes, I can turn off the
toolbar manually every time. I guess that's what I'm stuck with until
I finish referring to these docs. Thanks.
 
J

John McGhie

You could "Accept all changes" then save your document :)

That will kill it :)


They're existing docs created by someone else. Yes, I can turn off the
toolbar manually every time. I guess that's what I'm stuck with until
I finish referring to these docs. Thanks.

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Nhulunbuy, Northern Territory, Australia
+61 4 1209 1410, mailto:[email protected]
 
J

John McGhie

Yeah, it will, but it leaves the changes in the document.

It's the user's choice, of course: she didn't say she wanted to preserve
the changes, she just wants to get the toolbar outta her face :)

If she DOES want to preserve the marked changes, as you say, Little
Creature's macro is perfect.

Cheers

The macro in little_creature's post will kill it, even for docs with
changes, I think. See here for what to do with it.
http://word.mvps.org/Mac/InstallMacro.html

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Nhulunbuy, Northern Territory, Australia
+61 4 1209 1410, mailto:[email protected]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top