View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Custom pop-up menus?

Never mind. I find a solution! 8)

"Robert Crandal" wrote
Is it possible to show custom pop-up menus in the
Worksheet_BeforeRightClick() function? I am
currently setting the "Cancel" parameter equal to
False and display a Userform, which is fine, but I'd
rather display a custom pop-up menu here.

I'd appreciate any hints. Thank you!