I've got 2 types of data and thought it might be a good idea to use an array to store the row number in for subsequent processing; is this a better solution than ifs & loops ?
Both sets of data are in blocks of approx 4 to 7 rows but each block in its raw form is separated by a blank row so they are easily identifiable. The type 1 data I could do with recording the last row of the data set, so blank row -1.
For the type 2 data I need the row number of the first row for each set, so blankrow +1
How do I recall the values from an array for subsequent use?
Thanks for any advice.
Geoff
Both sets of data are in blocks of approx 4 to 7 rows but each block in its raw form is separated by a blank row so they are easily identifiable. The type 1 data I could do with recording the last row of the data set, so blank row -1.
For the type 2 data I need the row number of the first row for each set, so blankrow +1
How do I recall the values from an array for subsequent use?
Thanks for any advice.
Geoff