V
Victor Delta
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
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