XlErrorChecks Enum

Definition

Specifies the type of error object to be retrieved from the Errors collection.

public enum class XlErrorChecks
public enum XlErrorChecks
Public Enum XlErrorChecks
Inheritance
XlErrorChecks

Fields

xlEmptyCellReferences 7

The cell contains a formula referring to empty cells.

xlEvaluateToError 1

The cell evaluates to an error value.

xlInconsistentFormula 4

The cell contains an inconsistent formula for a region.

xlInconsistentListFormula 9

The cell contains an inconsistent formula for a list.

xlListDataValidation 8

The cell contains a value inconsistent with list data validation.

xlNumberAsText 3

The cell contains a number stored as text.

xlOmittedCells 5

The cell contains a formula omitting a cell for a region.

xlTextDate 2

The cell contains a text date with 2-digit years.

xlUnlockedFormulaCells 6

The cell, which is unlocked, contains a formula.

Applies to