View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rui Álvares Rui Álvares is offline
external usenet poster
 
Posts: 8
Default Disable the "customize" window

Hi

I would like to disable the access to the "customize" wiñdow.
I know to make it by disabling the menu item in "tools" menu and selectimg
it with the pop-up menu by clicking with the right key of mouse, like the
code wiitten below show:

Application. CommandBars("Tools").Controls(16).Enabled = False
Application. CommandBars("ToolBar List").Enabled = False

But remaims the access with double click of the mouse.

Anybody knows how to make it?

Thanks

Rui Álvares

email: