05-21-2025, 03:48 PM
I have used the logical operator _Andalso in IF...Then statements however I'm not sure if this logical operator works in Select Case.
Is this because Select Case: Case is .. will only accept =,<>,<,>
the logical operators like And, Or, Xor, _Andalso do not work with Case is..?
Is this because Select Case: Case is .. will only accept =,<>,<,>
the logical operators like And, Or, Xor, _Andalso do not work with Case is..?