XlSpecialCellsValue Enumeration
Specifies cells with a particular type of value to include in the result.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlErrors | 16 | Cells with errors. |
| xlLogical | 4 | Cells with logical values. |
| xlNumbers | 1 | Cells with numeric values. |
| xlTextValues | 2 | Cells with text. |