Worksheet.ClearArrows Method (Excel)

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.

Worksheets("Sheet1").ClearArrows

See Also

Concepts

Worksheet Object

Worksheet Object Members