Resume without error

A Resume statement appeared outside error-handling code, or the code jumped into an error handler even though there was no error.

To correct this error

  1. Move the Resumestatement into an error handler, or delete it.

  2. Jumps to labels cannot occur across procedures, so search the procedure for the label that identifies the error handler. If you find a duplicate label specified as the target of a GoTo statement that isn't an On Error GoTo statement, change the line label to agree with its intended target.

See Also

Concepts

Unstructured Exception Handling Overview