Cuts the specified range and either moves it to the Clipboard or pastes it into a specified destination range.
Syntax
expression.Cut(RangeDest)
expression An expression that returns a Range object.
RangeDest Optional Variant. If you do not specify this argument, the specified range is sent to the Clipboard. If this argument is a Range object, the source range is moved to the specified range.