Exit For not within For...Next
Exit For is only valid within a For...Next loop. This error has the following cause and solution:
- You used an Exit For statement outside a For...Next statement.
Make sure a valid For statement precedes the Exit For.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).