I usually want only the standard and formatting toolbars
to show; however, the reviewing toolbars always come up.
I have reset, unchecked, etc. everything that I can think
of. I don't want the reviewing toolbars to be a default;
how can I get it so they don't automatically come up.
Greg Maxey - 25 Feb 2004 23:37 GMT
Mary,
Run the following line in and AutoOpen macro stored in your document
template:
Sub AutoOpen()
CommandBars("Reviewing").Visible = False
End Sub
See: http://www.gmayor.com/installing_macro.htm

Signature
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in gmaxey@whamspammvps.org
> I usually want only the standard and formatting toolbars
> to show; however, the reviewing toolbars always come up.
> I have reset, unchecked, etc. everything that I can think
> of. I don't want the reviewing toolbars to be a default;
> how can I get it so they don't automatically come up.
Beth Melton - 29 Feb 2004 23:13 GMT
Hi Mary,
I believe Greg supplied a macro you can use. :-)
For more information on why this occurs take a look at this article:
"Review Toolbar Annoyance"
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=221

Signature
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
> I usually want only the standard and formatting toolbars
> to show; however, the reviewing toolbars always come up.
> I have reset, unchecked, etc. everything that I can think
> of. I don't want the reviewing toolbars to be a default;
> how can I get it so they don't automatically come up.