Range.Paste Method

Definition

Inserts the contents of the Clipboard at the specified range.

public:
 void Paste();
public void Paste ();
abstract member Paste : unit -> unit
Public Sub Paste ()

Remarks

If you don't want to replace the contents of the range, use the Collapse(Object) method before using this method.

The range expands to include the contents of the Clipboard. When this method is used with a Selection object, the selection doesn't expand to include the Clipboard contents; instead, the selection is positioned after the pasted Clipboard contents.

Applies to