Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently using vba to disable menu items, using the
Application.CommandBars syntax, for example: Application.CommandBars("Edit").Controls(2).Enable d = False This is having an effect on all of Excel. Is there a way I can disable it only for the Active Workbook. I tried this: ActiveWorkbook.CommandBars("Edit").Controls(2).Ena bled = False but I am getting an error "obejct variable not set" run time 91 Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
disable menu items | Excel Programming | |||
Enable/Disable Menu Items | Excel Programming | |||
Is is possible to disable certain menu items | Excel Programming | |||
Disable menu items with VBA | Excel Programming | |||
HELP - How do I disable Excels menu items so others can't use | Excel Programming |