End If without block If

An End If statement must have a corresponding If statement. This error has the following cause and solution:

  • The If clause was omitted or is separated from the End If. Check other control structures within the If...End If structure and verify that they are correctly matched. Also check that the block If is correctly formatted.

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.