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 For statement occurs without a corresponding Next statement. A Next statement must be used to end the For loop.
Error ID: BC30084
To correct this error
If this
Forloop is part of a set of nested loops, make sure each loop is properly terminated.Add a
Nextstatement to the end of theForloop.
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.