'Find' textbox value macro

D

D

I need to have a macro or code that will find a value the user inputs (in a
textbox) and finds it on another sheet in column B.
Thanks
 
B

Bob Phillips

Look at Find in the VBA help. It does what you want.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
D

D

Thanks, but that is a bit of a non-answer.

Could you or someone show me an example of the code?
 
B

Bob Phillips

It is nothing of the sort. Help explains it well and you will learn much
better if you do it yourself.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top