Find Function

K

kiza

Hi
I am trying to use the Find Function which is located within Exce
within a macro.

I have recorded the Find function using the macro recorder as show
below:

Cells.Find(What:="UNKNOWN", After:=ActiveCell, LookIn:=xlFormulas
_
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext
_
MatchCase:=False).Activate

I am using a User Form and want to allow the user to enter informatio
which they wish to delete into the user form and then activate th
macro. The macro will then find whatever information was entered in b
the user and delete it.

Does anyone have any ideas as to how this can be acheived?

Many Thanks
Kieron Whit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top