View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Torasco Sam Torasco is offline
external usenet poster
 
Posts: 3
Default VBA UserForm Question.......Help!

Hi I was wondering if someone could please help me.....
On my UserForm i have 4 textboxes, i want to code it so when
TextBox1_Change() it will take the data entered into it ie(1234567)
searh a work sheet for the data entered and when found will return the
result of the cell in the next collum where the 1234567 was found IN
TextBox2 and if not found update TextBox2 with "Not Found"

Any help would be appriciated,
Thanks
Sam