Copy Method

Home Page (Objects)OverviewFAQReference

Applies to: TextSelection object

Copies the selected text to the Clipboard.

Syntax

object.Copy

Parameters

object

An expression that evaluates to a TextSelection object.

Example

The following example copies selected text to the Clipboard:

ActiveDocument.Selection.Copy

See Also   Cut method, Paste method.