Range("E2, G2").Select (This is what I want to do, but without specific cell addresses)
Range (ActiveCell), Range(ActiveCell).Offset(0, 3).Select
What syntax can I use to do this?
(hope this makes sense!)
Range (ActiveCell), Range(ActiveCell).Offset(0, 3).Select
What syntax can I use to do this?
(hope this makes sense!)