View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Lost the menus on right mouse click

You could try using the mouse down event for the userform. This would relate
specifically to the left mouse click, though.

JNW

"ETF" wrote:

I have developed a form for data entry, and when the form is open the right
mouse click does not pop-up the regular choices of copy, paste etc.

I would like to be able to paste information onto my form from another
application using the mouse.

Is there a property I need to change on the form, or is there a code which
would enable the rigth mouse click popups?

Thanks