Checking activecell value for NA
I have this IF then statement:
If ActiveCell.text = "RED" Or ActiveCell.text = "GREEN" Or ActiveCell.text =
"YELLOW" Or ActiveCell.text = "DONE" Then
....
END IF
What do I need to add to have it work if the activecell value is N/A?
Thanks,
Barb Reinhardt
|