Matt Houston
New Member
- Joined
- Dec 22, 2004
- Messages
- 19
Hi.
I want to offset from say cell A1, to cell A2 in VBA, so I would use something like activecell.offset(1,0).select.
Now what if I didn't just want to select A2, what if I wanted to select A2:A3 from offsetting, does that make sense?
Is there a way?
I want to offset from say cell A1, to cell A2 in VBA, so I would use something like activecell.offset(1,0).select.
Now what if I didn't just want to select A2, what if I wanted to select A2:A3 from offsetting, does that make sense?
Is there a way?