Commandbars

L

Libby

Hi

On some spreadsheets I've disabled/hidden some
commandbars. However there doesn't seem to be anything
preventing the user to right click and re-establish some
of the toolbars. Is there any way of preventing this?
 
R

Rob Bovey

Libby said:
On some spreadsheets I've disabled/hidden some
commandbars. However there doesn't seem to be anything
preventing the user to right click and re-establish some
of the toolbars. Is there any way of preventing this?

Hi Libby,

You need to disable the Toolbar List command bar:

CommandBars("Toolbar List").Enabled = False

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
Top