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