04-29-2010, 01:22 PM
hi,
you can also use setnextrow .
datatable.import "excel path",global
for i =1 to datatable.getrowcount
// ur code
datatable.setnextrow ' now it will be pointing to second row.
end for
you can also use setnextrow .
datatable.import "excel path",global
for i =1 to datatable.getrowcount
// ur code
datatable.setnextrow ' now it will be pointing to second row.
end for