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.