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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.