abi_learn_vba
Board Regular
- Joined
- Nov 6, 2009
- Messages
- 215
Hi,
I have below If Statement with three condition used with help of OR, at any point of time only one of these condition will be satisfied. Is there a way to identify which of these three OR condition has satisfied?
Appreciate your help and support.
Thanks
-Abi
I have below If Statement with three condition used with help of OR, at any point of time only one of these condition will be satisfied. Is there a way to identify which of these three OR condition has satisfied?
Code:
If Range("O" & n) = "" Or Range("O" & n) < Tdy Or Range("O" & n) = Tdy Then
'My Code
End if
Appreciate your help and support.
Thanks
-Abi