View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default modify a line code

If.Me.TextBox2.Text < "" Then

Met me? How?


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"TUNGANA KURMA RAJU" wrote in
message ...
My question is wrong,i want code for
If textbox2 does not contain any text,then...

"Bob Phillips" wrote:

If.Me.TextBox2.Text < "textstring" Then


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"TUNGANA KURMA RAJU" wrote
in
message ...
how to modify this line of code
If.Me.TextBox2.value < VbNullString
modify this line to
If.me.TextBox2.value < 'textstring'
(if Textbox2 value not equal to text value)
I am unable to codify that 'textstring'