Edit

Share via


'Module' statement must end with a matching 'End Module'

Module blocks must end with an End Module statement.

Error ID: BC30625

To correct this error

  • Add an End Module statement to the end of the Module block.

See also