Can I tell the mouse via Java to go to coordinates x1,y1 (which might be where the Excel application lies) copy, then go to coordinates x2,y2 (say where the 3rd party database window is), then paste?
See the Java Robot class. http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Robot.html It's intended for automated testing, but it will do what you just described
JamesCherrill
Posting Genius
6,371 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073