I have to drag a formula from E2 to the last cell with value. I take out the number of cells in a variable. How do I write the range with the Auto fill range activity in uipath.
2 Likes
RANGE like this
“E1:”+“E”+(datatable.Rows.Count+2).ToString
Where datatable is a variable obtained from READ RANGE activity
Cheers @maytepb3
1 Like
Thank you, It has worked…
1 Like
Cheers @maytepb3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.