Thread: Disabling Menus
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Disabling Menus

I have some menus that I want to temporarily disable via VBA. That is, I
want the user to still be able to see all the menu sub-items, but I would
like them to be greyed out and inactive. No I no I can comment our the code
that is triggered by the menue items, but I also want to grey out the items
too. How do I do this?

Thanks