Worksheet.ClearArrows Method

Excel Developer Reference

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

Syntax

expression.ClearArrows

expression   A variable that represents a Worksheet object.

Example

This example clears tracer arrows from Sheet1.

Visual Basic for Applications
  Worksheets("Sheet1").ClearArrows

See Also