Hi All,
Using this forum I discovered this fully working validation check, so first off, thank you.
Private Sub TextBoxName_LostFocus()
If Len(TextBoxName.Value & vbNullString) = 0 Then
'do something
Endif
End Sub
I have another question to ask. I have quite a lot of text boxes that...