B
Benoit
Hello,
I currently use the following macro:
Cells.Find(What:="testbed", After:=ActiveCell,
LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows,
SearchDirection:=xlNext, MatchCase:=False).Activate
Selection.ClearContents
If I wanna tell the macro to continue searching until it
doesn't find anythin anymore, what do I need to do???
Thanks!!!
I currently use the following macro:
Cells.Find(What:="testbed", After:=ActiveCell,
LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows,
SearchDirection:=xlNext, MatchCase:=False).Activate
Selection.ClearContents
If I wanna tell the macro to continue searching until it
doesn't find anythin anymore, what do I need to do???
Thanks!!!