I want to select a group of 4 adjacent cells in a for-next loop and
reference them using indices. If they were fixed cells I would use
Range("A11").Select.
If it was a single cell I could use Cells(m,n).Select. But how do I
use this notation to select a group of 4 cells in a row?
Brian.