Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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
Move the
Resumestatement into an error handler, or delete it.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
GoTostatement that isn't anOn Error GoTostatement, change the line label to agree with its intended target.