ClearArrows Method
From Microsoft Excel Visual Basic
ClearArrows Method
Clears the tracer arrows from the worksheet. Tracer arrows are added by using the auditing feature.
expression.ClearArrows
expression Required. An expression that returns a Worksheet object.
Example
This example clears tracer arrows from Sheet1.
Worksheets("Sheet1").ClearArrows