Oh, don't get me wrong.
I had a devil of a time understanding Select Case because I was misinterpreting the examples
Case 1
bla-bla
Case 2
bla-bla
as an enumeration of the method, like it was a line number instead of what it is, which is the search for a matching value of 1 or 2, etc. between the Dim and the Case, like arguing the Case for a match between the two.
That's why I'm sleepy, though there are other interpretations out there.