'End Function' expected

An End statement must match the block it terminates. A Function procedure definition has not been properly terminated.

Error ID: BC30027

To correct this error

  • Add an End Function statement to the end of the procedure.

See Also

Concepts

Function Procedures

Reference

End Statement