ClearArrows Method [Excel 2003 VBA Language Reference]

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

Applies to | Worksheet Object

See Also | ShowDependents Method | ShowErrors Method | ShowPrecedents Method