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 property to xlMarkerStylePicture.

Example

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

Visual Basic for Applications
Charts("Chart1").SeriesCollection(1).Paste

See also: