Falls mehrere Steuerelemente da sind, kann man das auch so machen:
Code:
Private Sub Form_LostFocus()
    Form1.SetFocus
End Sub
Gruß, Trabukh