Paste Method
The Paste method pastes the contents of the clipboard into the collection.
Syntax
object.Paste( Format, x, y )
Parameter | Type | Description |
Format | Variant | optional, grfPasteFormat, default = grfPasteBest |
x | Variant | optional, default = page center |
y | Variant | optional, default = page center |
Example
This example shows how to paste the contents of the Windows clipboard to the current window.
Shapes.Paste(grfPasteMetafile,7, 10)
Used by: AutoShapes collection