Visual Basic Reference: Error Messages
'Case' cannot follow a 'Case Else' in the same 'Select' statement
A Case Else statement introduces statements to be executed if no match is found for the initial Case. A Case statement has been found after a Case Else in the same Select block.
Error ID: BC30321
To correct this error
Reference