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
|
Results 1 to 24 of 24
Thread: Compile Error?Threaded View
|
Click Here to Expand Forum to Full Width |