Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Michel Pierron showed a way in this thread:
http://groups.google.co.uk/group/mic...f24c342cbe4621 or http://snipurl.com/jj5p ==== Another option (not using the mouse) would be to hit ctrl-v to paste. 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 -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the ideas. They directed me towards the solution.
"Dave Peterson" wrote: Michel Pierron showed a way in this thread: http://groups.google.co.uk/group/mic...f24c342cbe4621 or http://snipurl.com/jj5p ==== Another option (not using the mouse) would be to hit ctrl-v to paste. 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lost my drop down menus - where are they? | Excel Discussion (Misc queries) | |||
Lost Menus & Toolbars with Right Click macro - HELP? | Excel Discussion (Misc queries) | |||
Menus / Links associated with right-mouse-click lost! | Excel Discussion (Misc queries) | |||
I have lost my menus and tools | Excel Discussion (Misc queries) | |||
Mouse Over Graph, Capture Information on Click(Double Click) | Excel Programming |