Visual Basic Language Reference  

ElseIf

The ElseIf keyword introduces a condition to be tested if the previous conditional test has failed.

The ElseIf keyword is used in this context:

If...Then...Else Statements

See Also

Visual Basic Language Keywords