Share via


'Next' expected

An On Error Resume construct occurs without a concluding Next.

Error ID: BC30003

To correct this error

  • Add the Next keyword to the end of the On Error statement.

See Also

Concepts

Unstructured Exception Handling Overview

Reference

On Error Statement (Visual Basic)

Error Statement

Resume Statement