For i = 5 to 1000 for columns?
Hello there
I am quite often using functions such as
____________
For i = x to whatever
CODE
Next i
___________
but I would also like to use this kind of structure for columns such as
For ? = A to J
CODE
Next ?
But obviously its not this kind of structure anymore, do you know what
to use?
kind regards,
Daniel
|