Copy and Paste can be carried out entirely by the Copy method : Copy Paste « Excel « VBA / Excel / Access / Word






Copy and Paste can be carried out entirely by the Copy method

 
Sub copy()
     range("A1:B3").copy Destination:=range("G4")
End Sub



 








Related examples in the same category

1.Select current range and copy
2.Overridden with the Destination parameter
3.Copy cells
4.Copy areas