Private Sub Form_LostFocus()
MsgBox "The form has lost focus. It works."
End Sub
The message box never pops up, not when I change focus to another form on the program nor when I set forcus on my desktop (Second one is more important). Anyone know how I can call the sub when the form looses focus?
Lummox JR