A
Andreww
Hi - I have a for.. next loop that I want to shuttle across columns based on
a supplied cell ref... how do I increment form column to collumn?
For instance I want to move, in a row, allong the columns and when I find an
integer put it else where on the sheet
I thought it might look something like this:
for zz = 1 to 5 ' The rows
for xx = A to G 'The cols
do stuff
next xx
next zz
Any help MUCH appreciated!
Cheers
Andrew
a supplied cell ref... how do I increment form column to collumn?
For instance I want to move, in a row, allong the columns and when I find an
integer put it else where on the sheet
I thought it might look something like this:
for zz = 1 to 5 ' The rows
for xx = A to G 'The cols
do stuff
next xx
next zz
Any help MUCH appreciated!
Cheers
Andrew