G
Guest
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
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