View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
TUNGANA KURMA RAJU TUNGANA KURMA RAJU is offline
external usenet poster
 
Posts: 171
Default modify a line code

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'