Pastes the contents of the Clipboard into the specified range on the datasheet.

expression.Paste(Link)expressionRequired. An expression that returns a Rangeobject.Link Optional Variant.Trueto establish a link to the source of the pasted data. The default value is False.

Example

This example pastes the contents of the Clipboard into cell A1 on the datasheet.

myChart.Application.DataSheet.Range("A1").Paste