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

Module blocks begin with a Module statement and end with an End Module construct.

Error ID: BC30622

To correct this error

  • Make sure that the module block begins with a Module statement.

See Also

Reference

Module Statement