Else (Visual Basic)

Introduces a group of statements to be run or compiled if no other conditional group of statements has been run or compiled.

Remarks

The Else keyword can be used in these contexts:

If...Then...Else Statement

Select...Case Statement

#If...Then...#Else Directive

See Also

Reference

Visual Basic Language Keywords