Range.Cut method (Excel)

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.