Review toolbar

  • Thread starter Thread starter Francisco
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top