NavigateArrow Method

         Example         Applies To

Navigates a tracer arrow for the specified range to the precedent, dependent, or error-causing cell or cells. Selects the precedent, dependent, or error cells and returns a Range object that represents the new selection. This method causes an error if it's applied to a cell without visible tracer arrows.

Syntax

expression.NavigateArrow(TowardPrecedent, ArrowNumber, LinkNumber)

expression   Required. An expression that returns a Range object.

TowardPrecedent   Optional Variant. Specifies the direction to navigate: True to navigate toward precedents, False to navigate toward dependent.

ArrowNumber   Optional Variant. Specifies the arrow number to navigate; corresponds to the numbered reference in the cell's formula.

LinkNumber   Optional Variant. If the arrow is an external reference arrow, this argument indicates which external reference to follow. If this argument is omitted, the first external reference is followed.