I want to use a case or an if statement to launch IE to a certain website if the user is from a certain state.
I was trying to put together a case statement that went something like this but it is in the wrong format and I'm not sure it is possible to do this with case:
VB Code:
Select Case strState Case AK or AL or AR 'Do Stuff Case WA or WY or WV 'Do Stuff
Is this possible to make the case a list of values like this or should I be using if statements?




Reply With Quote