Hi all,
Is there a way i can do the following:
When i try this it debugss the 2nd line i think its because of the "or".![]()
For i = 1 to 12 If ActiveCell.Value <> "a" or "b" or "c" then Activececell.value = "False" end if Next i
so how would i go about this without writing loads of ifs?
If possible of course
Cheers Folks
Bookmarks