The : indicates Go to a label . The proper way to write an if ... then...ElseIf... Else statement is ....

If <Condition> = <evaluator> Then
Do Something
Else if <Condition> = <Evaluator> then
Do something different
Else
Do this
End If