'For' loop control variable already in use by an enclosing 'For' loop

Nested For loops must all use unique control variables.

Error ID: BC30975

To correct this error

  • Change one of the control variable names.

See Also

Reference

For...Next Statement (Visual Basic)