B
Benoit
Hello,
I'm using the following macro:
Do
Cells.Find(What:="HELP", After:=ActiveCell,
LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows,
SearchDirection:=xlNext, MatchCase:=False).Activate
ActiveCell.EntireRow.ClearContents
Loop
Can I add something to the macro to have it stopped once
is can't find any cells with HELP in it???
Thanks!!!
I'm using the following macro:
Do
Cells.Find(What:="HELP", After:=ActiveCell,
LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows,
SearchDirection:=xlNext, MatchCase:=False).Activate
ActiveCell.EntireRow.ClearContents
Loop
Can I add something to the macro to have it stopped once
is can't find any cells with HELP in it???
Thanks!!!