ClearArrows Method

Applies To

Worksheet Object.

Description

Clears the tracer arrows on the worksheet. Tracer arrows are added by the auditing feature.

Syntax

object.ClearArrows

object

Required. The Worksheet object.

See Also

ShowDependents Method, ShowErrors Method, ShowPrecedents Method.

Example

This example clears tracer arrows on Sheet1.


Worksheets("Sheet1").ClearArrows