Udostępnij za pośrednictwem


'Resume' or 'GoTo' expected

An On Error statement does not contain either a Resume clause or a GoTo clause. It must use one clause or the other.

Error ID: BC32019

To correct this error

  • Add either a Resume clause or a GoTo clause to the On Error statement.

See Also

Reference

On Error Statement (Visual Basic)

Resume Statement

GoTo Statement