Cuts the object to the Clipboard or pastes it into a specified destination.
Syntax
expression.Cut (Destination)
expression An expression that returns a Range object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Destination | Optional | Variant | The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard. |
Return value
Variant
Remarks
The cut range must be made up of adjacent cells.