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