View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BIta BIta is offline
external usenet poster
 
Posts: 4
Default Invisible the Customize item in Execl

Hello,

Actually I know how to stop users from Right clicking, or going to
ViewToolbars and Customizing any Toolbars. I run this code:

Application.CommandBars("Toolbar List").Enabled = False

But when you DOUBLE-CLICK on toolbar the "Costomize" window pops up,
how can I disable this feature?

I appreciate you help,
--Bita