Hi Sudhir,
Change the run Properties to Run one Iteration Only.
Now update For loop as:
Change the run Properties to Run one Iteration Only.
Now update For loop as:
Code:
For i = 1 To DataTable.GetRowCount
DataTable.SetCurrentRow(i)
MsgBox DataTable.Value("DataTable Column Name", dtGlobalSheet)
Next