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.
The control variable in the Next statement of a For...Next loop must match the variable in the corresponding For statement.
Error ID: BC30070
To correct this error
Check the spelling of the variable in the Next statement and in the corresponding For statement to be sure it matches.
Ensure that no parts of the enclosing loop have been inadvertently deleted.
If this loop is part of a set of nested loops, check that every loop is properly terminated.