Hello Friends,
I want to insert a range in sequence of numbers…
How can I do this, whithout to use for each ?
Thanks!!
Hello Friends,
I want to insert a range in sequence of numbers…
How can I do this, whithout to use for each ?
Thanks!!
Hi @Diego_Pin
Check this
Hope it helps
@Diego_Pin Hello,
You must use for each but if you already have the info in a data table or if you want to add data to a data table use any of this 2 depending if you want to add a column or row.
Then just use write range to access the excel/workbook just once:
.
If you do not want to use For Each loop, then use the following -
Write Cell activity - Write a formula into a range
Formula = Row() - 1
Row() function returns the row number.
For example, for A2 row, Row() returns 2.
Regards,
Karthik Byggari
Hello @KarthikByggari, Can you give a example in image pls?
You can use Auto Fill Range Activities.
Try to adapt this post into your work.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.