I have a sub called WriteError that writes an error out to a log file. Is there any way to get a sub to On Error Goto ErrorTrap (where it writes the error to file) and then Resume Next?

If I put Resume Next in my Error Trap routine will it jump back up in the code and start where it left off?

Thanks for any help!

Kevin
VB6 w/SP4