TryTryAgain
Programmer
I want to set up a VBA statement checking multiple conditions to be true, but can't get the syntax right.
If <expression> and <expression> is true then <execute statements>
else if <expression> and <expression> is true then <execute statements> else
<execute statements if the above don't evaluate true>
end if
Thanks for any assistance you can provide!
If <expression> and <expression> is true then <execute statements>
else if <expression> and <expression> is true then <execute statements> else
<execute statements if the above don't evaluate true>
end if
Thanks for any assistance you can provide!