Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I unprotect a menu bar (e.g. 'Worksheet Menu Bar')
I have previously protected using 'MenuBarName.Protection'? David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
David,
Application.CommandBars("Worksheet Menu Bar").Protection = msoBarNoProtection -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "David" wrote in message ... How can I unprotect a menu bar (e.g. 'Worksheet Menu Bar') I have previously protected using 'MenuBarName.Protection'? David |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Commandbars("Worksheet Menu Bar").Protection = msoBarNoChangeVisible
sets it back to the default. -- Regards, Tom Ogilvy David wrote in message ... How can I unprotect a menu bar (e.g. 'Worksheet Menu Bar') I have previously protected using 'MenuBarName.Protection'? David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unprotecting cells | Excel Discussion (Misc queries) | |||
protecting and unprotecting | Excel Worksheet Functions | |||
Unprotecting a worksheet | Excel Worksheet Functions | |||
Unprotecting Workbook | Excel Discussion (Misc queries) | |||
Unprotecting Worksheets | Excel Discussion (Misc queries) |