Paste Method (Pictures Object)

Applies To

Pictures Collection.

Description

Pastes a picture from the Clipboard to a sheet or chart. The position of the new picture is determined by the current selection.

Syntax

object.Paste(link)

object

Required. The Pictures object.

link

Optional. If True, a link is established between the pasted picture and the source data. The default is False.

See Also

Copy Method, Cut Method.

Example

This example pastes a picture from the Clipboard to cell A1 on Sheet1.


Worksheets("Sheet1").Range("A1").Select
ActiveSheet.Pictures.Paste