Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what code would i enter to have the standard, formating, drawing toolbars be
disabled when a work book open? (right click on edit.... etc) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Don't forhget to enable them in workboo_before close Private Sub Workbook_Open() Application.CommandBars("standard").Enabled = False Application.CommandBars("format").Enabled = False Application.CommandBars("drawing").Enabled = False End Sub Mike "pswanie" wrote: what code would i enter to have the standard, formating, drawing toolbars be disabled when a work book open? (right click on edit.... etc) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable CUT via toolbars or shortcut keys | Excel Discussion (Misc queries) | |||
Toolbars Disable/Enable | Excel Programming | |||
toolbars | Excel Programming | |||
Please Help, No Toolbars in my view-toolbars! | Excel Programming | |||
toolbars | Excel Programming |