Second Err in the while loop

Hi all In a function a while …wend is running , now in running that a error comes up, caught with error handler, after that in processing of the while loop again the error comes up.

now what to do for this secod err.

Thnx.

Subject: RE: Second Err in the while loop

You must use the Resume statement in your error handler to return to the loop, not Goto.