Overridden with the Destination parameter : Copy Paste « Excel « VBA / Excel / Access / Word






Overridden with the Destination parameter

 
Sub pasteDemo()
     ActiveSheet.Paste Destination:=range("G4")
End Sub

 








Related examples in the same category

1.Select current range and copy
2.Copy cells
3.Copy areas
4.Copy and Paste can be carried out entirely by the Copy method