Code:
For i = 1 to 3
Datatable.SetCurrentRow(i) 'Set the row pointer to Currentrow
strValue= Datatable("A",dtGlobalSheet) 'Get the value from datatable
MsgBox_time = 2
MsgBox_title = "this is demo set"
ak.Popup strValue, MsgBox_time,MsgBox_title
Next
Try the above for loop.. It will work.
Regards,
Ankesh