Next without For

A Next statement must have a preceding For statement that matches. This error has the following cause and solution:

  • A Next statement is used without a corresponding For statement. Check other control structures within the For...Next structure and verify that they are correctly matched. For example, an If without a matching End If inside the For...Next structure generates this error.

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.