I have a formula (=IF(ISNA(AC156),NA(),$AF$164)) in a cell that can return the #N/A error, which is fine. I want to programmatically check to see if that is what is in the cell. Activecell.Value won’t work as it is not a value. Can someone point me to the correct code to programmatically check for the #N/A? Thanx in Advance.
Dennis