'Declaration
Public Function SetInputMessage( _ ByVal title As String, _ ByVal text As String, _ Optional ByVal show As Boolean _ ) As DataValidation
'Usage
Dim instance As DataValidation Dim title As String Dim text As String Dim show As Boolean Dim value As DataValidation value = instance.SetInputMessage(title, text, show)
Parameters
- title
- The message's title.
- text
- The message's text.
- show
- When set to true, the target Cell(s) will display the message.