Hi All,
Is there any way for me to cut and paste excel row to another excel file?
Thanks ![]()
Hi All,
Is there any way for me to cut and paste excel row to another excel file?
Thanks ![]()
Hi @mashy2,
Sure. You simply need to use Read Row activity on your Excel sheet and then keep output of this row in DataTable variable. Finally using Write Range put data to another excel file ![]()
Hi @mashy2
Try like this select the row and try to send the hotkeys(ctrl+x) and (ctrl+v)
hi u can use Copy paste Rage Activity
in this activity u can copy formula and value separately
Simply try ‘send hotkeys’ activity and try to use ctrl+x and ctrl+y. It will work