Sub MoveRange()
ActiveSheet.Range("A4:E4").Cut _
Destination:=ActiveSheet.Range("I15")
End Sub
If Destination argument is omitted, Microsoft Excel cuts the range to the Clipboard.
Thank you for reading this article Moving a range With URL https://x-tutorials.blogspot.com/2009/02/moving-range.html. Also a time to read the other articles.
0 comments:
Write your comment for this article Moving a range above!