Hi all,
Please give me any suggestion regarding how to send to Excel, 5 strings that
I'm getting manualy by selecting/copy from another application.
I tryed my best and searched internet but I couldn't solve it.
Clipboard looks helpful but..
http://www.cpearson.com/excel/Clipboard.aspx
For example:
For i=1 to 5
ActiveSheet.Cells(1,i)=Selection/copy(i)
Next i
Thank you very much for any solution!