JohnCHolmes
Technical User
Surprise, surprise - bet nobody's ever had macro-record do this, huh? (Moreover, has anyone ever really wanted an absolute reference recorded?! Seriously - ever? See footnote). Well in Chapter 47 of the heartwarming story of these absolute references, today I would like to know how to extend the selection range. E.g.,
C5 to C6 is selected.
C5 to C9 is what I want to be selected.
I'm looking for something like
Selection.End = ActiveCell.Offset(3, 0)
which is invalid. Now Bless the macro recorder's heart, Range("C5:C9".Select is not the solution, because what I want to do is push the end of the selection range out by 3 rows.
Thanks for your help on this, guys. I dread having to properly know how to program things, in order to program things LOL
[sub]Clueless (KLOO-less): Condition of the developer of Excel's record new macro.[/sub]
C5 to C6 is selected.
C5 to C9 is what I want to be selected.
I'm looking for something like
Selection.End = ActiveCell.Offset(3, 0)
which is invalid. Now Bless the macro recorder's heart, Range("C5:C9".Select is not the solution, because what I want to do is push the end of the selection range out by 3 rows.
Thanks for your help on this, guys. I dread having to properly know how to program things, in order to program things LOL
[sub]Clueless (KLOO-less): Condition of the developer of Excel's record new macro.[/sub]