Hello,
I can not get the Exit event on a textbox working on Excel 2007.
Private Sub TextBox1_Exit()
MsgBox ("Test")
End Sub
I would like to validate that the input in the textbox is a valid date, are there any system functions ?
Thanks Gustaf
I can not get the Exit event on a textbox working on Excel 2007.
Private Sub TextBox1_Exit()
MsgBox ("Test")
End Sub
I would like to validate that the input in the textbox is a valid date, are there any system functions ?
Thanks Gustaf