If you don't know the actual values, I think you will have to use an If Then Else statement instead of the Select Case statement.
Select Case will execute statements based on the value of an expression. You can include more than one value, but you cannot evaluate a condition.
Select Case MyVar...