Though I have never encountered a problem, I suppose it could be
adding some type of invisible character. To get around that, you
could check the length of the textbox and use a If statement to check
and proceed accordingly.
If Len(Me.textBox1.Text)=0 Then Range("I5").ClearContents
> Hi,
>
[quoted text clipped - 7 lines]
>
> Karen
Karen53 - 25 Sep 2007 22:32 GMT
Thanks, JW.
That is what it is doing. The value comes back as 0 yet the length is 4.
Thanks

Signature
Karen
> Though I have never encountered a problem, I suppose it could be
> adding some type of invisible character. To get around that, you
[quoted text clipped - 12 lines]
> >
> > Karen