disable Tools/Customize menu option

C

cm

Hello

I need to disable the Tools/Customizze menu option and I need to know the
'ID' for this command -- and where do I find the list of those IDs?


example for disabling Tools/Options command:
Application.CommandBars("Worksheet Menu Bar").FindControl _
(ID:=522, Recursive:=True).Enabled = False

cm
 
S

Spreadsheet Solutions

I thought John Walkenbach had some tool for it.

See The Spreadsheet Page
 
Top