12-05-2009, 03:32 PM
Hi ,
Try with the below steps:
Step1 :
File>Settings>Run>choose "Run Only One Iteration"
Step2:
Try with the below steps:
Step1 :
File>Settings>Run>choose "Run Only One Iteration"
Step2:
Code:
' Login Code
----------
----------
----------
For i=1 to Datatable.GetSheet("AccountCreation").GetRowCount
Datatable.GetSheet("AccountCreation").SetCurrentRow(i)
------ Account Creation code here -------
Next