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 Function statement appears in your code with no matching Function procedure definition preceding it.
Error ID: BC30430
To correct this error
Remove the
End Functionstatement if it is redundant.Supply the missing
Functionprocedure if one is missing.Move the
End Functionto 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.