Paste method (Excel Graph)
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.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Link | Optional | Variant | True to establish a link to the source of the pasted data. The default value is False. |
This example pastes the contents of the Clipboard into cell A1 on the datasheet.
myChart.Application.DataSheet.Range("A1").Paste
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.