Range using indices

T

Terry Bell

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("A1:D1").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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top