Is there a way to use or statements in VBA? Something like this:

If activecell.value= ("no" or "yes" or "maybe") then
activecell.interior.color = 10565
end if
Or do I have to write it out 3 times?