A
Angus
Hello
I want an if which checks two conditions
If it was in C++ would look like this:
if(H3 == "TRUE") || (B2 < B3)
//update cell contents to "TRUE"
The || is like an OR - ie can be this or that.
Hopw can I do this in Excel VBA?
Angus
I want an if which checks two conditions
If it was in C++ would look like this:
if(H3 == "TRUE") || (B2 < B3)
//update cell contents to "TRUE"
The || is like an OR - ie can be this or that.
Hopw can I do this in Excel VBA?
Angus