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

An End Enum statement occurs without a corresponding Enum statement. End Enum must be preceded by a corresponding Enum statement.

Error ID: BC30184

To correct this error

  1. Ensure that a preceding Enum statement is not misspelled or otherwise invalid.

  2. Ensure that the Enum members are correctly formatted.

See Also

Reference

Enum Statement (Visual Basic)