G
Guest
Currently I am using If..Then..Else statements using 3 variable.
I have 3 variables and would like to use Select Case Statement. VBA help for
select case statement states that Select Case statements can be NESTED.
e.g. var1 = country (ALL, USA, UK, CANADA)
var2 = status (All, Phone, Fax)
var3 = shift (All, Day, Night)
How can I nest select case statements using above variables?
Thanks for help.
I have 3 variables and would like to use Select Case Statement. VBA help for
select case statement states that Select Case statements can be NESTED.
e.g. var1 = country (ALL, USA, UK, CANADA)
var2 = status (All, Phone, Fax)
var3 = shift (All, Day, Night)
How can I nest select case statements using above variables?
Thanks for help.