Range.Cut Method
Word Developer Reference |
Removes the specified object from the document and places it on the Clipboard.
Syntax
expression.Cut
expression Required. A variable that represents a Range object.
Remarks
The contents of the range are moved to the Clipboard but a collapsed range remains in the document.
See Also