Validation Object
Excel Developer Reference |
Represents data validation for a worksheet range.
Example
Use the Validation property to return the Validation object. The following example changes the data validation for cell E5.
Visual Basic for Applications |
---|
|
Use the Add method to add data validation to a range and create a new Validation object. The following example adds data validation to cell E5.
Visual Basic for Applications |
---|
|
See Also