I am using the change event but it changes for each key.
I want only when the textbox is writed.
Sorrry for my bad english.
Thank's for your help.
You might try
If TextBox1.Text = "" then
Msgbox "You must enter data here."
TextBox1.SetFocus
Else
...
End If
> I am using the change event but it changes for each key.
> I want only when the textbox is writed.
> Sorrry for my bad english.
> Thank's for your help.

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID