What is the code if you want to reconize that the textbox.value is blank;

ie. If textbox1.Value = (blank) Then
do something
Else
do something else
End If
I want to know how to reconize that the textbox value in blank.

James