How can I copy the last line with an entry in Excel? every time she can be in a different place
Hi @RPA3,
You can use Read Range Activity and get last row from Data Table as follows:
yourDataTable.Rows(yourDataTable.Rows.Count - 1)
Cheers ![]()
How copy?
Here Try This: Copylastexcelrow.xaml (6.3 KB)
1 Like
Wonderful! Thank you a lot
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.