Hello all,
I would like to select a range and add a specific number of cells to it. This is what I have so far:
i want to do something like ("a3:b2+2") for a range but am unsure how to write the +2 part. Any help is greatly appretiated.![]()
Dim LookBackPeriod As String LookBackPeriod = Range("i21").Value Range("a3:b" & LookBackPeriod & "").Select
Thanks,
dustin
Bookmarks