'End Operator' must be preceded by a matching 'Operator'

An End Operator statement appears with no matching Operator declaration preceding it.

Error ID: BC33007

To correct this error

  • Remove the End Operator statement if it is redundant.

  • Supply the missing Operator procedure if one is missing.

  • Move the End Operator statement to the appropriate place in the code.

See Also

Tasks

How to: Define an Operator

How to: Define a Conversion Operator

Concepts

Operator Procedures

Reference

End (Visual Basic)

Operator Statement