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
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