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 Function statement if it is redundant.
Supply the missing Function procedure if one is missing.
Move the End Function to the appropriate place in the code.