I'm reading data into a 2D array and want to output the data to a form in tabular format.
What i'd like to do, I think, is to use a listbox and to output each row in turn
I can do this by concatanating all the elements in that row together, but I'm wondering if there is an easier way, using nested for..next loop
Thanks
Emyr
What i'd like to do, I think, is to use a listbox and to output each row in turn
I can do this by concatanating all the elements in that row together, but I'm wondering if there is an easier way, using nested for..next loop
Thanks
Emyr