View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas Bob Umlas is offline
external usenet poster
 
Posts: 301
Default Disable Right click

Commandbars("Toolbar List").Enabled = False

wrote in message
...
Hello,
How can I disable right click on the menu bar and tool
bars, so the user can not right click to customize or
activate any of the built in toolbars. Thanks in advance.