I keep forgetting how to do this. I usually use the newbie way of copying and pasting, but I know there's a more succinct way to do this.
Newbie way:
I'm looking for something along these lines, but I'm getting the code wrong:
Newbie way:
Code:
Range("A1").copy
Range("A2").select
activesheet.paste
Code:
Range("A1").copyrange("A2").DoIt