I don't think I can do this, but I thought I would confirm with my most trusted VB source - you!

vb.net Code:
  1. Select Case i
  2.     Case 1, 2, 3
  3.         DoSomething()
  4. End Select

Can I tell if 1, 2, or 3 got me to DoSomething()?