Hello
i have the following code...how can i set this up that if it doesn't find what it is looking for then not to throw a runtime error?
Selection.Find(What:="9/11/01", After:=ActiveCell, LookIn:=xlValues, _
LookAt:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False).Select
thanks,
lino
i have the following code...how can i set this up that if it doesn't find what it is looking for then not to throw a runtime error?
Selection.Find(What:="9/11/01", After:=ActiveCell, LookIn:=xlValues, _
LookAt:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=False).Select
thanks,
lino