Share via


Paste Method

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

expression.Paste(Link)

Example

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

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