Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone,
I was wondering how I might hide the "Protection" option from the "Tools" menu? TIA! have a nice day ;) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Application.CommandBars.FindControl(ID:=30029).Vis ible = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "I Believe" wrote in message ... Hi everyone, I was wondering how I might hide the "Protection" option from the "Tools" menu? TIA! have a nice day ;) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Chip, exactly what I wanted, but I've modified to:
Application.CommandBars.FindControl(ID:=30029).Ena ble = False because I think this will be more transparant to my users about whats going on. Cheers. "Chip Pearson" wrote: Try Application.CommandBars.FindControl(ID:=30029).Vis ible = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "I Believe" wrote in message ... Hi everyone, I was wondering how I might hide the "Protection" option from the "Tools" menu? TIA! have a nice day ;) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals | Excel Programming |