View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GDCobra GDCobra is offline
external usenet poster
 
Posts: 8
Default Right mouse paste

I want to be able to open a menu when I right mouse click above a text box on
an Excel form to give me the usual 'Copy' & 'Paste' type of functionallity.
I can detect the right mouse click using 'MouseUp' and trapping
'xlSecondaryButton' but don't know how to display the menu. Please help....