Ted Hepworth
New Member
- Joined
- Sep 12, 2002
- Messages
- 1
I have a block of data, x rows, y columns. I am trying to read across them one at a time using a macro. I can read across easily using a Do While/Loop routine but cannot get it to step down the rows. I have been trying to use an inner and an outer loop routines without success.
My ultimate goal is to do a Select Case function in each cell to build up a list of integer variable values when the whole array has been analysed.
My ultimate goal is to do a Select Case function in each cell to build up a list of integer variable values when the whole array has been analysed.