Quote Originally Posted by bushmobile
Well, if we test it:
VB Code:
  1. Dim s As String
  2.     s = Text1.Text
  3.     Debug.Print StrPtr(s)
we get 0, so Text1.Text returns vbNullString if empty, not ""
Bush.. Thank you for the point.