Point.Paste Method (Excel)
Pastes a picture from the Clipboard as the marker on the selected point.
Syntax
expression .Paste
expression A variable that represents a Point 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 in Chart1.
Charts("Chart1").SeriesCollection(1).Paste