ExternalDeleteNamedRange method



Disassociates a name from a range and deletes the name. The range is otherwise unaffected.

Syntax

success = waffleObject.ExternalDeleteNamedRange(rangeName)

Applies to

Waffle class.

Parameters

rangeName
String. The name to be deleted.

Return value

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

Usage

The range to which the name was assigned is not changed. The range content and formatting are unaffected, and any other names associated with the range are unaffected.

Example
ExternalDeleteNamedRange example

See also
ExternalCreateNamedRangeFromSelection method
ExternalCreateNamedRange method
ExternalRangeCopy method
ExternalRangeMove method