11-13-2009, 10:05 AM
You can loop through all the rows using a for loop
e.g
e.g
Code:
For i = 1 to 50
Datatable.Getsheet(dtLocalsheet).SetCurrentRow(i)
'Your Statements...
Next