eg if you want to check on Key:

Select Case Key

Case <value>
code

Case <another value>
code
...
...

End Select