Overridden with the Destination parameter
Sub pasteDemo() ActiveSheet.Paste Destination:=range("G4") End Sub