Pages

Friday, March 23, 2012

Copying a range

Sub copyrange2()

    Range("a1:a5").Copy Range("b1")

End Sub

No comments:

Post a Comment