View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Kieranz Kieranz is offline
external usenet poster
 
Posts: 12
Default How to Disable Customize PopUp Window

Thks All
Great help. Rgds KZ
Norman Jones wrote:
Hi Kieranz,

Deleting the inadvertent space, try:

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


---
Regards,
Norman