Else without If

This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.

An Else must be preceded by an If. This error has the following cause and solution:

  • An Else statement was used without a corresponding If statement. 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).