Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 490 Bytes

4cb4fa45-b319-f3a8-e477-80b96060905b.md

File metadata and controls

20 lines (10 loc) · 490 Bytes

Paste Method

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

expression. Paste( Link)

expression Required. An expression that returns a Range object.

Link Optional Variant. True to 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