if or statement
Hi
one way
if range("nightly!cu9").value = "AT&T" OR range("nightly!cu9").value
="Verizon" then
application.run "addfeatures"
end if
Cheers
JulieD
"choice" wrote in message
...
how would i go about doing:
if range("nightly!cu9").value = "AT&T" or "Verizon" then
application.run "addfeatures"
end if
i dont know how to do the OR part
thanks in advance
|