M
Mike
Hi.
The following code finds a text string in
worksheet "Blank 1". I need to have a msgbox come-up if
the text is not found. How should I program so that an
error won't throw the user into the module?
myRow = Worksheets("Blank 1").Rows.Find
(What:=AgentName).Row + 1
Thanks,
Mike.
The following code finds a text string in
worksheet "Blank 1". I need to have a msgbox come-up if
the text is not found. How should I program so that an
error won't throw the user into the module?
myRow = Worksheets("Blank 1").Rows.Find
(What:=AgentName).Row + 1
Thanks,
Mike.