Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 815 Bytes

Excel.Workbook.IconSets.md

File metadata and controls

37 lines (22 loc) · 815 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.IconSets property (Excel)
vbaxl10.chm199261
vbaxl10.chm199261
Excel.Workbook.IconSets
c837d2a8-d21d-7432-a409-f49426368556
05/29/2019
medium

Workbook.IconSets property (Excel)

This property is used to filter data in a workbook based on a cell icon from the IconSets collection. Read-only.

Syntax

expression.IconSets

expression A variable that represents a Workbook object.

Example

In the following example, data is filtered by a cell icon.

Selection.AutoFilter Field:=1, Criteria1:=ActiveWorkbook.IconSets(xl3Arrows).Item(1), Operator:=xlFilterIcon

[!includeSupport and feedback]