ExternalRangeMove method



Moves the content of one range to another on the worksheet.

Syntax

success = waffleObject.ExternalRangeMove(srcRange, destRange)

Applies to

Waffle class.

Parameters

srcRange
String. The name of the range to move from. You can specify range coordinates, for example, "A1..D5", or a range name.
destRange
String. The name of the range to move to. You can specify range coordinates, for example, "E1..H5", or a range name.

Return value

boolean. The value is true if the method succeeds, and false otherwise.

Usage

[[What if the destination range is smaller than the source range? Is the data clipped or does it continue beyond the range?]]

Example
ExternalRangeMove example

See also
ExternalRangeCopy method