07-03-2009, 01:54 PM
Hi ,
try with the below :
Note: Make sure that the following is done
File-->settings-->Run Tab , choose "Run only One iteration"
try with the below :
Code:
Numrows=Datatable.getsheet("LocalSheetname").Getrowcount
for i=1 to Numrows
Datatable.getsheet("LocalSheetname").SetCurrentRow(i)
----
----
Next
Note: Make sure that the following is done
File-->settings-->Run Tab , choose "Run only One iteration"