View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default modify a line code

Try
If.me.TextBox2.value < "textstring"
Regards,
Stefi


€˛TUNGANA KURMA RAJU€¯ ezt Ć*rta:

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'