Cell Counter Increment

Hello Team,
Im trying to increment Cell number,

,
image
Please guide…it is not working as expected

Hi @Mayyur,

Please put this assign statement above the loop ,

Assign CellNo = 2, before loop starts u should initialize…this.!

Now, every iteration cellNo is initialized as 2 thats why u r getting 3 for all iteration…!

Thanks!

1 Like

delete CellNo = 2
and assign it in variable panel …

Yes,it works,Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.