12-21-2010, 10:11 AM
Hi Manish,
I have tried it with below code.
But It displayed blank values for some iteration.
For Ex. If Run for All is set
For first iteration it displayed as below
1. Expected velue
2. Blank value
3. Blank value. ( I have used three parameters)
For second iteration it displayed
1. Expected value
2. Expected value
3. Blank value.
For third iteration it displayed
1. Expected value
2. Expected value
3. Expected value
If I set Run for one Iteration then it displayed
1.Expected Value
2. Blank value
3. Blank value
Can you please tell where we r wrong in the For Loop ?
Thanks
Sudhir
I have tried it with below code.
Code:
For i = 1 To DataTable.GetRowCount
DataTable.SetCurrentRow(i)
MsgBox DataTable.Value("DataTable Column Name", dtGlobalSheet)
Next
But It displayed blank values for some iteration.
For Ex. If Run for All is set
For first iteration it displayed as below
1. Expected velue
2. Blank value
3. Blank value. ( I have used three parameters)
For second iteration it displayed
1. Expected value
2. Expected value
3. Blank value.
For third iteration it displayed
1. Expected value
2. Expected value
3. Expected value
If I set Run for one Iteration then it displayed
1.Expected Value
2. Blank value
3. Blank value
Can you please tell where we r wrong in the For Loop ?
Thanks
Sudhir