Paste Method
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Replaces a selection with the contents of the Clipboard.
Syntax
object**.Paste**
Parameters
object
An expression that evaluates to a TextSelection object.
Remarks
You cannot paste over a column selection.
Example
The following example replaces a selection with the contents of the Clipboard:
ActiveDocument.Selection.Paste