Hi there
I need some help! I need to know how to code if two different ranges contain different values then to execute my code...
I have...
What I need Is the above, but also if A3 does NOT contain a value to execute the code, if A1 contains "XXX" and A3 contains ANY value then to carry out my code, if not nothing...
I need some help! I need to know how to code if two different ranges contain different values then to execute my code...
I have...
Code:
If Range("A1").Value = "xxx" Then
What I need Is the above, but also if A3 does NOT contain a value to execute the code, if A1 contains "XXX" and A3 contains ANY value then to carry out my code, if not nothing...