Copy and Paste can be carried out entirely by the Copy method
Sub copy() range("A1:B3").copy Destination:=range("G4") End Sub