Cut Method

Home Page (Objects)OverviewFAQReference

Applies to: TextSelection object

Removes the selected text and adds it to the Clipboard.

Syntax

object.Cut

Parameters

object

An expression that evaluates to a TextSelection object.

Example

The following example removes selected text and adds it to the Clipboard:

ActiveDocument.Selection.Cut

See Also   Copy method, Paste method.