Hi all,

Is there a way i can do the following:

For i = 1 to 12
If ActiveCell.Value <> "a" or "b" or "c" then
   Activececell.value = "False"
end if
Next i
When i try this it debugss the 2nd line i think its because of the "or".

so how would i go about this without writing loads of ifs?

If possible of course

Cheers Folks