Else keyword Introduces a group of statements in an If or a Select Case statement that is executed if no previous condition ...

Else keyword
Introduces a group of statements in an If or a Select Case statement that is executed if no previous condition or case evaluates to True.
If  Then  [Else ]  -or-
If  [Then]...[ElseIf ]...[Else]...End If
Select [Case] ...[Case ]...[Case Else]...End Select