Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 748 Bytes

Excel.Range.Validation.md

File metadata and controls

36 lines (22 loc) · 748 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Validation property (Excel)
vbaxl10.chm144215
vbaxl10.chm144215
Excel.Range.Validation
d1cad7e6-bbfa-e280-33e7-048733efc0bc
05/11/2019
medium

Range.Validation property (Excel)

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

Syntax

expression.Validation

expression 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

[!includeSupport and feedback]