mcmccompguru
Technical User
I want to select a range using the offset method. I have a cell activated, and I need to select two ranges from that cell. This all needs to be relative because the active cell will likely never be the same cell twice. Say the active cell is A1. Well, I need a section of code using the offset method to set A1:A10 as Range1, and then, using the same active cell, I need another range as A13:16, Range2. Again, I need to use Offset, or something to keep the references relative to the active cell and assign two ranges from there. Thanks in advance for the help.