#Error

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

In a Macro how do you phrase the condition to equal on #Error in a
certain field?
Thanks
DS
 
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.
 
Back
Top