Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Libby" wrote in message
... 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 * |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CommandBars | Excel Programming | |||
Disable Commandbars | Excel Programming | |||
How to attach commandbars with VBA | Excel Programming | |||
CommandBars | Excel Programming | |||
Built In CommandBars | Excel Programming |