Copy data from clipboard and paste into excel

Hello,

I have data copied to clipboard. I am trying to get it into excel. So I have used Excel Application Scope and have used 2 send hotkeys, One for pasting the data (ctrl+v) and other to save(ctrl+s).

But the data is only copied to clipboard, it is not getting pasted . Is there anything wrong I am doing?

Instead of excel application scope, you can try Start Process, with the FileName property set to the path of your excel, and then use the send hotkeys activities.

1 Like