Q
Question Boy
Hello,
Can it be done? I need to construct a multi criteria case statement but can
seem to get it to work. Something like
Select Case blVal And buVal
Case True And False
Case True And True
Case False And True
Else Case
where blVal and buVal are 2 bolean input variable to my function. Can this
be done or must I use if logic?
Thank you,
QB
Can it be done? I need to construct a multi criteria case statement but can
seem to get it to work. Something like
Select Case blVal And buVal
Case True And False
Case True And True
Case False And True
Else Case
where blVal and buVal are 2 bolean input variable to my function. Can this
be done or must I use if logic?
Thank you,
QB