The select case will execute the first matching case and it will only execute the code in one case. If a match is found, it will be the first match that executes.
In your case, the case with Case 1,2,3 matches on the three, the code in that case executes, and then the line after the End Select will execute.
Woody Z
http://www.learntoprogramnow.com