OK. After two hours on Google I can not find an example to loop through a DataView the way I want to. Maybe its got something to do with Monday morning. Well, here is what I what to do:
For each row in dataview
For each col in dataview
debug.writeline(the current column)
Next
Next
Any suggestions?
For each row in dataview
For each col in dataview
debug.writeline(the current column)
Next
Next
Any suggestions?