Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.