F
Flip Kalee
Hi all,
Example:
Private Sub ComboBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If ComboBox1.MatchRequired = True Then
'MSForms handles this case automatically
Else
--- etc ---
If there is no match an error message is displayed, that's good but
it is a bit confusing so I would like to adjust the text of the message.
Is that possible?
(Office 2000)
Flip
Example:
Private Sub ComboBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If ComboBox1.MatchRequired = True Then
'MSForms handles this case automatically
Else
--- etc ---
If there is no match an error message is displayed, that's good but
it is a bit confusing so I would like to adjust the text of the message.
Is that possible?
(Office 2000)
Flip