How do I stop the Reviewing toolbar appearing automatically when I open Excel?

  • Thread starter Thread starter A C
  • Start date Start date
A

A C

Hi

When I open Excel the reviewing toolbar is present, how do I set up Excel so
this doesnt happen.

Thanks
A
 
<View> <ToolBars>
And *UNCHECK* Reviewing.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
Aha! thats it. It was driving me nuts... Nothing I can do about it but at
least I know the cause.
Thanks Ms Troy
 
You can run this code line to get rid of it

Application.CommandBars("Reviewing").Enabled = False
Set it to true to use it again
 
Back
Top