View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
exceluserforeman exceluserforeman is offline
external usenet poster
 
Posts: 45
Default Code for reconizing a empty textbox

Textbox1.Text=""


- Mark

"James" wrote:

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