EditPasteSpecial Method

Copies or links data from the Clipboard into the active selection.

Syntax

expression**.EditPasteSpecial(Link,Type, DisplayAsIcon)**

*expression   *     Optional. An expression that returns an Application object.

Link    Optional Boolean. True if the data is linked to its source application.

PjPasteSpecialType

Constant
pjEmbedObject
pjPicture
pjTextData
pjProjectData

DisplayAsIcon    Optional Boolean. True if the object appears as an icon.

Applies to | Application Object

See Also | DDEPasteLink Method | EditCopyPicture Method