View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default I need to compare two formulas that are being fed different raw d.


"Steve K." <Steve wrote in message
...
I am trying to automatically compare the text of two formulas from

different
spreadsheets. Because the formulas are being fed different raw data they
return different results. When I use the 'exact' function to compare

whether
the formulas are identical it evaluates the results of the formulas, not

the
actual text of the formulas. This is returning to an incorrect "false".


Can you post your current code?

/Fredrik