Thread
:
Would like a more efficient way to Copy/PasteSpecial
View Single Post
#
5
Posted to microsoft.public.excel.programming
Jef Gorbach[_2_]
external usenet poster
Posts: 65
Would like a more efficient way to Copy/PasteSpecial
Couldn't you also specify the destination on the copy line, like so:
Range("H1:H5").copy Destination:=Range("B1:B5").PasteSpecial
Reply With Quote
Jef Gorbach[_2_]
View Public Profile
Find all posts by Jef Gorbach[_2_]