Hello Ada,
I also have similar requirement on same line of thoughts but I wish the DO loop work or iterate left to right and not top to bottom.
I.e. In one of my requirement I want certain action to happen only for certain number of future buckets.
Answer to What that certain number is, is I have developed some code and am successfully able to bring that number -- can this number (for ex. 4) be used to do some calculation for next "4" buckets only using some kind of loop.
Ex. Now we have the number 4 and we want to add KF1 and KF2 to store value in KF3 only for those "4" buckets(columns) starting from current bucket (i.e current bucket + 3 future buckets).
In short I want to be able to loop column wise vis a vis as in your example macro loops from top to bottom and perform actions for 6 rows but iteration is only 1
Thanks.
Harshad M.