Hello,
I'm trying to accomplish the following in VBA:
If condition1 = X AND (condition2 = Y OR condition3 = Y) THEN ..........
Ex:
If [Eligible_PROSPollock] = "Eligible" And [Interested_PROSPollock] <> "Yes" Or "No" Then
However, I keep getting a type mismatch error
I'm trying to accomplish the following in VBA:
If condition1 = X AND (condition2 = Y OR condition3 = Y) THEN ..........
Ex:
If [Eligible_PROSPollock] = "Eligible" And [Interested_PROSPollock] <> "Yes" Or "No" Then
However, I keep getting a type mismatch error