How to stop reviewing bar from automatically appearing

G

Guest

Everytime I open any Excel sheet in 2003, the "reviewing toolbar" keeps
showing up [what a pain] - I turn it off - and oops it's there again next
time.

Is there an option for controlling this? Any way to turn off in the registry?

I just don't want the barthere....

Thx.
 
A

Alan

Nor do most people I think!, That ,and the accursed smart tags are the
annoying things about the later versions of XL.
As far as I'm aware the only way to permanently stop it is using code in a
Worksheet _Open or Activate event.
Obviously adding VBA code to each and every workbook is even more of a pain
in the bum than closing the toolbar each time.
I look forward to any solution that anyone may have!
Regards,
Alan.
 
D

DNA

Oh, if that's what you're talking about, the little green tags on each
cell, then:

Tools | Options | Error Checking and uncheck "Enable background error
checking"
 
A

Alan

Smart Tags, yes.Those annoying little things too! I know you can get rid of
those with the 'Options' menu, but how to disable the 'Reviewing' Toolbar
(which I, and apparently others have no use at all for) without using code
on every workbook? Is it possible? I hope it is!
Regards,
Alan.
 
G

Guest

Norman,

Where do I enter this script? Does it need to go on each spreadsheet or run
only once for it to work?

Thanks
Russ
--
NAG - Network Administrator Guru :cool:


Norman Jones said:
Hi ChAnDeRu,

See the following post by Jim Rech:

http://tinyurl.com/auoyb


---
Regards,
Norman



ChAnDeRu said:
Everytime I open any Excel sheet in 2003, the "reviewing toolbar" keeps
showing up [what a pain] - I turn it off - and oops it's there again next
time.

Is there an option for controlling this? Any way to turn off in the
registry?

I just don't want the barthere....

Thx.
 
N

Norman Jones

Hi Russ,

The procedure operates on the active workbook.

If you have a lot of workbooks that are subject to this problem, you could
assign the maceo to a custom toolbar button.

Alternatively, you could wrap the macro in a loop to run on (say) all
workbooks in a designated folder.
 
N

Norman Jones

Hi Russ,
Where do I enter this script?

If you intend to run the procedure on demand, try putting the procedure in a
standard module in your Personal macro workbook.
 
G

Guest

Thanks for your help,

I was hoping there was a system setting to change, so I wouldn't have to run
a macro or anything....
--
NAG - Network Administrator Guru :cool:


Norman Jones said:
Hi Russ,
Where do I enter this script?

If you intend to run the procedure on demand, try putting the procedure in a
standard module in your Personal macro workbook.
 

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

Top