Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to disable the 'Insert' and 'View' of the worksheet menu bar with
the following codes - Application.CommandBars("Insert").Enabled = false Application.CommandBars("View").Enabled = false but is having a problem; only 'View' is disabled but 'Insert' is not. Is it because "Insert" cannot be disabled in this manner? Is so, how can I disable 'Insert'. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adjusting toolbar size, restore toolbar | Excel Discussion (Misc queries) | |||
Disabling Toolbar Buttons with no open Workbook | Excel Programming | |||
Disabling Print on TOOLBAR | Excel Programming | |||
Disabling Toolbar buttons and CommandBar items | Excel Programming | |||
Disabling toolbar customization | Excel Programming |