Validation Property

Applies To

Range object.

Description

Returns the Validation object that represents data validation for the specified range. Read-only.

See Also

Add method (Validation object).

Example

This example causes data validation for cell E5 to allow blank values.

Range("E5").Validation.IgnoreBlank = True