Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 701 Bytes

Excel.Worksheet.ClearArrows.md

File metadata and controls

36 lines (22 loc) · 701 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Worksheet.ClearArrows method (Excel)
vbaxl10.chm175085
vbaxl10.chm175085
Excel.Worksheet.ClearArrows
32b99665-1ac9-9b5d-f009-211a668d6fa6
05/30/2019
medium

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

[!includeSupport and feedback]