Case Else outside Select Case
A Case Else statement can only occur between matching Select Case and End Select statements. This error has the following cause and solution:
- You placed a Case Else statement outside the Select Case...End Select block.
Move the Case Else statement within a Select Case...End Select block.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).