Visual Basic Language Reference  

Then

The Then keyword introduces a statement block to be compiled or executed if a tested condition is true.

The Then keyword is used in these contexts:

#If...Then...#Else Directives

If...Then...Else Statements

See Also

Visual Basic Language Keywords