D DS Jan 8, 2005 #1 In a Macro how do you phrase the condition to equal on #Error in a certain field? Thanks DS
A Allen Browne Jan 11, 2005 #2 In general, macros are not adequate for this kind of thing, but you may be able to get IsError() to tell you if the expression returns an Error.
In general, macros are not adequate for this kind of thing, but you may be able to get IsError() to tell you if the expression returns an Error.