Validation.ErrorTitle Property
Excel Developer Reference |
Returns or sets the title of the data-validation error dialog box. Read/write String.
Syntax
expression.ErrorTitle
expression A variable that represents a Validation object.
Example
This example adds data validation to cell E5.
Visual Basic for Applications |
---|
|
See Also