View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Removing the right click capability

If you are catching the BeforeRightClick event you can set the Cancel
argument to True (Cancel = True) which will tell Excel not to continue
processing the RightClick event.


"Richard m" wrote in message
...
I have created code to create special menus and they work fine. But how
do I keep the right click menu from appearing when you right click the
main menu?

Can this be done and how?


---
Message posted from http://www.ExcelForum.com/