One of the more useful VB language constructs is Select... Case. It's pretty simple, but still quite useful. When applicable, it's much cleaner then a bunch of nested If... Then statements.
Here's a zip file of the code (660 bytes).
Play with the running version.
Back to the "Select Case" sample