Skip to main content

Range.Cut method

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.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>