Hi there,
I am using studiox. I am trying to use autofill to drag a value down. However i dont have know how to use activity. Can i get an example scrrenshot without an xaml attachment over here.
Thanks!
Hi there,
I am using studiox. I am trying to use autofill to drag a value down. However i dont have know how to use activity. Can i get an example scrrenshot without an xaml attachment over here.
Thanks!
Hope this helps…So basically you have to provide the range starting from the cell you have data and till the row you need.Here A2 is where the first data or the formula is present
cheers
You can even give only the start row address , it will be auto fill upto the last row
Click on this and in expression editor give your expression like
Excel.Sheet("YourSheetName").Range("StartAddress")
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.