Pastes the contents of the Clipboard onto the sheet. If you don’t specify the Destination argument, you must select the destination range before you use this method.
expression.Paste(Destination, Link)
expression Required. An expression that returns a Worksheet object.
Destination Optional Variant. A Range object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. This argument can be specified only if the contents of the Clipboard can be pasted into a range.
Link Optional Variant. Not supported in this version of the Spreadsheet component.