Paste Method (Point or Series Object)

Applies To

Point object, Series object.

Description

Pastes a picture from the Clipboard as the marker on the selected point or series. This method can be used on column, bar, line, or radar charts, and it sets the MarkerStyle property to xlMarkerStylePicture.

Syntax

expression.Paste

expression Required. An expression that returns a Point or Series object.

See Also

Copy method, Cut method, MarkerStyle property.

Example

This example pastes a picture from the Clipboard into series one in Chart1.

Charts("Chart1").SeriesCollection(1).Paste