SyntaxFix
Write A Post
Hire A Developer
Questions
... And the answer is:
Set SrcRange = Sheets("Src").Range("A2:A9") SrcRange.Copy Destination:=Sheets("Dest").Range("A2")
The Set makes all the difference. Then it works like a charm.
Set