Cut - Automation

The Cut method cuts the selection to the clipboard.

Syntax

object. Cut

Example 1

This example demonstrates how to cut objects to the clipboard.

Selection.Cut

Example 2

This example demonstrates how to cut worksheet contents to the clipboard.

WksRange.Cut

Used by: Selection collection, WksRange object