Hi, I have an empty textbox .
Now this is very weird!
I dont write anything in the textbox but it still says "it's not empty!" if I put the cursor in the text field and pressCode:If textbox1.Text <> "" Then MsgBox("It's not empty") Else MsgBox("It's empty") End If
"delete" even though i didn't write anything, it then says " it's empty!" .
Weird stuff!


Reply With Quote
