Hi,
I would like to select some data in excel file and move them to word file.
Is there any way to do that?
Thank you.
Hi,
I would like to select some data in excel file and move them to word file.
Is there any way to do that?
Thank you.
Hi @veveve,
Using Excel application scope open the excel file and using send hot key Press Ctrl+A and Ctrl+C.
Using Word Application scope open the word document and using send hot key Ctrl+V paste the value.
Regards,
Arivu
I think, it might work
1.Read excel sheet by using read range and store it in a datatable dt
2.use output datatable activity,there you give datatable variable dt , create one string variable and assign to it
2.Then use Append Text, there you give the word document path. and pass the string variable.
Regards,
Mahesh
Thank you:grinning:
Thank you! I tried and it works.