Select Case without End Select

A Select statement is used without a corresponding End Select statement.  Check if there is an incorrectly matched Select...End Select structure inside the outer Select...End Select structure.  If you have nested Select Case statements, each must have a matching End Select.