Paste [WksRange]

 

The Paste method Inserts the contents of the clipboard into the range area. Cells that lie outside the range do not paste. Returns a Boolean.

 

Syntax

object.Paste( ClipToRange )

 

Parameter

Type

Description

ClipToRange

Boolean

optional, default=0

 

Example

This example demonstrates how to paste all clipboard contents that lie both inside and outside of a range.

 

WksRange.Paste(ClipToRange:=False)

 

Used by: WksRange object