Review toolbar

F

Francisco

Can anyone please help me to get rid of the review
toolbar. I constantly unselect this toolbar but whenever
I open a file it appears again. Can anyone tell me how
can I disable this behavior?

Thanks in advance,

Francisco
 
D

Dave Peterson

Jim Rech posted a couple of techniques:

http://groups.google.com/[email protected]

And if you want to kill it forever, then this seemed to work ok for me:

Open excel
hit alt-F11 to get to the VBE
hit ctrl-G to see the immediate window

Type this in and hit enter:
application.CommandBars("reviewing").Enabled = False

If you ever want it back, you can toggle it to true.

Another option that I saw on a word newsgroup that I thought was kind of neat
was to take ownership of the reviewing toolbar. Remove all the icons you don't
want and add all your favorites. And have it showing all the time.
 
Top