View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default BeforeRightClick

The BeforeRightClick event ignores the right-click key on the keyboard.

Based on the Target of the right-click, I'm using the event to control
whether a menu-option appears. If the user is able to access the menu-option
outside of my pre-defined range then the integrity of my data will be
compromised. Does anyone know how I can either catch the key-press or
disable the key, or have any other ideas for that matter??

Thanks

Rob