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 Sub statement appears in your code with no matching Sub procedure definition preceding it.
Error ID: BC30429
To correct this error
Remove the End Sub statement if it is redundant.
Supply the missing Sub procedure if one is missing.
Move the End Sub to the appropriate place in the code.