ExternalCreateNamedRange method



Assigns a name to the specified range.

Syntax

success = waffleObject.ExternalCreateNamedRange(rangeName, rangeCoords)

Applies to

Waffle class.

Parameters

rangeName
String. The name to assign to the range.
rangeCoords
String. The coordinates of the range, for example, "B1..F7", or the existing name of the range, for example, "Q1_Sales".

Return value

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

Usage

[[Add if applicable]]

Example
ExternalCreateNamedRange example

See also
ExternalCreateNamedRangeFromSelection method
ExternalDeleteNamedRange method
ExternalRangeCopy method
ExternalRangeMove method