View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
srini g srini g is offline
external usenet poster
 
Posts: 1
Default hi, how to compare two string values, if the string values r from inputbox in VB

hi,
how to compare two string values, if the string values r from inputbox
in VB

eg A=inputbox(" enter name1")
B=inputbox("enter the name2")
then how to compare A 'n' B
i used

strcomp(A,B) function but its not taking content of A and B . just it
compares the A and B.

so what is the solution for this in Visual Basic

Thanks & Regards,
srinu




*** Sent via Developersdex http://www.developersdex.com ***