다음을 통해 공유


Range.Validation Property (Excel)

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

Syntax

.Validation

A variable that represents a Range object.

Example

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

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

참고 항목

개념

Range Object Members

Range Object