View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adnan Adnan is offline
external usenet poster
 
Posts: 59
Default Macro to find and log all formula errors on all sheets

Is there a code that goes thru each sheet of the work book and looks for
formula errors (any type) and then record the name of the file and type of
error into a different workbook?

I have a workbook that has a list of paths to lots of other workbooks, in
this workbook I want to create a macro that open each and everyone of those
workbooks listed and look for any type of formula errors (i.e.: #VALUE or
#DIV/O, or #N/A etc€¦) in them.

Your help is greatly appreciated,
Adnan