Paste Method

Applies To

Range object.

Description

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

Syntax

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