02-24-2010, 01:05 PM
HI You can use the following code:
There is another suggestion, you can use print instead of msgbox(). Try it
Thanks,Rahul.
Code:
For i = 1 to datatable.getrowcount
'print datatable("Name")
datatable.setnextrow
Next
There is another suggestion, you can use print instead of msgbox(). Try it
Thanks,Rahul.