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

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
 
R

RagDyer

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

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
A

A C

Aha! thats it. It was driving me nuts... Nothing I can do about it but at
least I know the cause.
Thanks Ms Troy
 
R

Ron de Bruin

You can run this code line to get rid of it

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