Hi Guys,
This code is worked but first excel row copy to another excel updated row ,its paste last row but second excel last row is consider to header ,but i want first row is header that’s my problem
please can anyone help this
Hi Guys,
This code is worked but first excel row copy to another excel updated row ,its paste last row but second excel last row is consider to header ,but i want first row is header that’s my problem
please can anyone help this
Hi @Raja.G,
You can use the Copy ToClipboard and Paste Clipboard activity that i have attached it here.
Copy and paste working but its pasted wrongly, i want to paste following row but its paste last row is a header ,i want first is a header , i used 2 read range activity one read range is checked Add header another read range i couldn’t able checked because getting error.
but i want header in second excel also
sure I I’ll send
I am used “Get row” and “Add row data table” only , not copy-paste activity ,because i need more rows in excel-1
Hi @Raja.G,
I have changed the Main.Xaml . Please take a look .
Sample : RajaG.zip (44.8 KB)
Regards
Balamurugan.S
Just create the new process in the uipath studio and copy-paste the above workflow inside the new process folder, then open it.
Thanks @Manish540
Actually i am looking not static , i need dynamic , "“K2:K5” is a static .
suppose that row have 10 row filled than automatically reflected to in second excel.
Hi @Raja.G,
Keep the studio with the error . Go to the Manage and package. Follow the below steps.
Check these are checked.
Install the package.
Save and close the studio. Reopen it.
The package has an activity called “Find LastRow”. you can use it like below.
I have changed the sample . you can check it .
RajaG.zip (44.9 KB)
Regards
Balamurugan.S
Thanks i will check