Visual Basic Language Reference  

Else

The Else keyword introduces a group of statements to be executed if no other conditional group of statements has been executed.

The Else keyword is used in these contexts:

If...Then...Else Statements

Select...Case Statements

See Also

Visual Basic Language Keywords