View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Olbert Mark Olbert is offline
external usenet poster
 
Posts: 2
Default 2007: CheckCompatibility not honored

If I set CheckCompatibility to false on a workbook in a macro, and then do a SaveAs to downrev it to, say, Excel 2003 format, the
compatibility checker still runs...which is annoying.

How do I get Excel to NOT run the compatibility checker when saving files to earlier version from within a macro?

- Mark