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.
When you nest For...Next loops, you must use different control variables in each one. This error has the following cause and solution:
- An inner For loop uses the same counter as an enclosing For loop. Check nested loops for repetition. For example, if the outer loop uses
For Count = 1 To 25
, the inner loops can't useCount
as the control variables.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.