Validation.ShowError Property
Excel Developer Reference |
True if the data validation error message will be displayed whenever the user enters invalid data. Read/write Boolean.
Syntax
expression.ShowError
expression A variable that represents a Validation object.
Example
This example adds data validation to cell A10 on worksheet one. The input value must be from 5 through 10; if the user types invalid data, an error message is displayed but no input message is displayed.
Visual Basic for Applications |
---|
|
See Also