J
John Howard
Is possible to use multiple AND statements in a single Select Case scenario?
e.g. Something like: Select Case Range("A1") .Value AND Range("B1").Value
Case x and y
Do sometning
End Select
I know that the above syntax does not work, but if multiples are possible,
what is the syntax for both the Select Case line and subsequent Case lines?
e.g. Something like: Select Case Range("A1") .Value AND Range("B1").Value
Case x and y
Do sometning
End Select
I know that the above syntax does not work, but if multiples are possible,
what is the syntax for both the Select Case line and subsequent Case lines?