Visual Basic Language Reference  

Case

The Case keyword introduces a value or set of values against which the value of an expression is to be tested.

The Case keyword is used in this context:

Select...Case Statements

See Also

Visual Basic Language Keywords