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.
A Next statement occurs without a corresponding For or For Each statement. Next must be preceded by a corresponding For or For Each statement.
Error ID: BC30092
To correct this error
- If this For loop is part of a set of nested For loops, make sure each loop is properly terminated. 
- Verify that other control structures within the For loop are correctly terminated. 
- Ensure that this For loop is correctly formatted.