Validation.ErrorMessage Property
Excel Developer Reference |
Returns or sets the data validation error message. Read/write String.
Syntax
expression.ErrorMessage
expression A variable that represents a Validation object.
Example
This example adds data validation to cell E5 and specifies both the input and error messages.
Visual Basic for Applications |
---|
|
See Also