When you nest For...Next loops, you must use different control variables in each one. This error has the following cause and solution:
Check nested loops for repetition. For example, if the outer loop uses For Count = 1 To 25
, the inner loops can't use Count
as the control variables.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).