Hi,
Goto File->Settings and select rows from _1_ to _4_. By selecting rows from 1 to 4 the pointer will be by default at row 1. All the 4 rows will be executed one after another.
You can write descriptive programming also.
dim rcount, rindex
'rcount = datable.getsheet("Global").getrowcount
for rindex = 1 to 4
datatable.getsheet("Global").setcurrentrow(rindex)
-----
next rindex
bkaran11@gmail.com
9963681791
we can use 2 ways
1) If the datatable in local action sheet, then in key word view right click on certain action and select "action call properties" option. here select 3rd radio button (run from row to row) and enter from which row to which row you have to run.
2)If the datatable in Global sheet, follow below navigation
File-> Settings-> select Run Tab-> select 3rd radio button and enter the range