ClearArrows Method
Applies To
Worksheet object.
Description
Clears the tracer arrows from the worksheet. Tracer arrows are added by using the auditing feature.
Syntax
expression.ClearArrows
expression Required. An expression that returns a Worksheet object.
See Also
ShowDependents method, ShowErrors method, ShowPrecedents method.
Example
This example clears tracer arrows from Sheet1.
Worksheets("Sheet1").ClearArrows