At work someone will e-mail me a Word document. Every time
I open an attached Word document the Reviewing Tool Bar
appears. We use Word 2002 and Win XP. Is there a way to
keep this from happening?
Thanks for the help,
Paul
Greg Maxey - 01 Apr 2004 00:39 GMT
Paul
The following macro stored in your document template will prevent this :
Sub AutoOpen()
CommandBars("Reviewing").Visible = False
End Sub

Signature
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in gmaxey@whamspammvps.org
> At work someone will e-mail me a Word document. Every time
> I open an attached Word document the Reviewing Tool Bar
[quoted text clipped - 4 lines]
>
> Paul
Suzanne S. Barnhill - 01 Apr 2004 05:21 GMT
See http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=221
--
Suzanne S. Barnhill
Microsoft MVP (Word)

Signature
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> At work someone will e-mail me a Word document. Every time
> I open an attached Word document the Reviewing Tool Bar
[quoted text clipped - 4 lines]
>
> Paul