I guess the underlying reason for your question is burried
in what you have for xxxxxx.
If those a integer type values, VBA will perform the bitwise
Or operation on the values (e.g 4 Or 1 results in 5). If
will then convert any non-zero value the Boolean True value.
OTOH, if the xxxxxx represents conditional expressions, then
just write it out: