G
Guest
Wonder if you can help me on this:
I'm writing more than 4 conditional statement in one loop:
If =Bear Then
If =Blue Then return
If =Red Then return
If <>Bear Then
If =Yellow Then return
.....
The problem is that =Red condition keeps returning true even under <>Bear
i.e. 'Red' keeps showing up no matter what
Why is that?
I'm writing more than 4 conditional statement in one loop:
If =Bear Then
If =Blue Then return
If =Red Then return
If <>Bear Then
If =Yellow Then return
.....
The problem is that =Red condition keeps returning true even under <>Bear
i.e. 'Red' keeps showing up no matter what
Why is that?