Series.Paste method (Excel)

Pastes a picture from the Clipboard as the marker on the selected series.

Syntax

expression.Paste

expression A variable that represents a Series object.

Return value

Variant

Remarks

This method can be used on column, bar, line, or radar charts, and it sets the MarkerStyle property to xlMarkerStylePicture.

Example

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

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

Support and feedback

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.