Condition Statements

The following statements are based on conditions.

If...Then...Else Statement

Defines one or more statement blocks that you only want to execute if a given condition or expression is True.

Select...Case Statement

Defines one or more statement blocks depending on the value of an expression.

IIf Function

Returns one of two possible function results, depending on the logical value of the evaluated expression.

Please support us!