J
Jonathan Cooper
A few days back, somene else was asking about the reviewing toolbar and I
didn't have this link readily available.
This will make it go away for good. Can't take credit for it myself though.
http://groups-beta.google.com/group...=2002&as_maxd=2&as_maxm=2&as_maxy=2004&rnum=1
Dave Peterson Jan 20, 4:39 pm show options
Newsgroups: microsoft.public.excel.misc
From: Dave Peterson <[email protected]>
Date: Tue, 20 Jan 2004 18:37:03 -0600
Local: Tues, Jan 20 2004 4:37 pm
Subject: Re: Disable Toolbars... Permanently
You want to kill it forever?
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.
Dave Peterson
didn't have this link readily available.
This will make it go away for good. Can't take credit for it myself though.
http://groups-beta.google.com/group...=2002&as_maxd=2&as_maxm=2&as_maxy=2004&rnum=1
Dave Peterson Jan 20, 4:39 pm show options
Newsgroups: microsoft.public.excel.misc
From: Dave Peterson <[email protected]>
Date: Tue, 20 Jan 2004 18:37:03 -0600
Local: Tues, Jan 20 2004 4:37 pm
Subject: Re: Disable Toolbars... Permanently
You want to kill it forever?
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.
Dave Peterson