Keyword

Else


Description

Indicates the Else part of an If...Then...Else command or a non-matching section of a Select Case command.

Sample code

Used in an If command:

If True Then
  ' Your code
Else
  ' Your code
End If

Compatibility

Project Types

All

Operating Systems

All