dilipspartan
New Member
- Joined
- Sep 17, 2011
- Messages
- 2
Hi all,
I am trying to develop a tool, which will copy data from the excel file and paste in a different application. (Which i have developed on the windows platform).
In this process, i am able to launch my application using SHELL function and copy the data into a local variables which i am entering in excel and am able to verify whether the data is correct or not as well by keeping the breakpoints while executing the code and the data is correct.
My problem starts over here, like after getting the data in that variable, i want to paste this data in one of the field area of my application.
E.g: Will copy data from excel and want to paste in calc.
Hope i have explained my problem in a clear way and do let me know, if you need to any more inputs about the problem which i am facing.
PS: I have given the example of calc, to make you understand.
Thank you,
Dilip
I am trying to develop a tool, which will copy data from the excel file and paste in a different application. (Which i have developed on the windows platform).
In this process, i am able to launch my application using SHELL function and copy the data into a local variables which i am entering in excel and am able to verify whether the data is correct or not as well by keeping the breakpoints while executing the code and the data is correct.
My problem starts over here, like after getting the data in that variable, i want to paste this data in one of the field area of my application.
E.g: Will copy data from excel and want to paste in calc.
Hope i have explained my problem in a clear way and do let me know, if you need to any more inputs about the problem which i am facing.
PS: I have given the example of calc, to make you understand.
Thank you,
Dilip