View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chinx21 Chinx21 is offline
external usenet poster
 
Posts: 25
Default Help me Pls.....

hi! I have a userform with a texbox control where a user can input an ID no.
what i want is that when the length of textbox = 4 it will automatically
search that number in a worksheet STUDENT PROFILE which has the ff. fields:
ID no., lname, fname, mname, and addr. if that number is found its
corresponding lname, fname, mname, and addr. will be displayed in the
texboxes in that userform such as txtlname, txtfname, txtmname, and txtaddr.
I hope you'll help me. Thanks in advance...