H
hotherps
I need to referenece the following ranges, I'd rather not repeat the
over, the range moves over three columns at a time, like this:
For Each CELL In range("G11:H125")
'run code
For Each CELL In range("I11:K125")
'run code
For Each CELL In range("L11:N125")
'run code
etc.
Thank
over, the range moves over three columns at a time, like this:
For Each CELL In range("G11:H125")
'run code
For Each CELL In range("I11:K125")
'run code
For Each CELL In range("L11:N125")
'run code
etc.
Thank