View Single Post
  #1   Report Post  
Posted to microsoft.public.word.newusers
Victor Delta[_2_] Victor Delta[_2_] is offline
external usenet poster
 
Posts: 16
Default How do I get rid of the Reviewing Toolbar?

I use Word XP and simply hate the reviewing toolbar - particularly the
uninvited way it pops up when opening certain documents (especially email
attachments).

To try and overcome this, I have the following in my AutoExec macro:

With CommandBars("Reviewing")
.Enabled = False
.Visible = False

However, although this works to start with, the toolbar keeps on popping up
from time to time.

Can anyone suggest a better way to bring it under control please...?

Thanks

V