COMPATIBILITY CHECKER ON 2007

  • Thread starter Thread starter BILLROT
  • Start date Start date
B

BILLROT

I have designed a model in Excel 2007 to automatically e-mail excel files
(2003) to various e-mail addresses. As the model processes the compatibility
checker comes up for each loop of the macro. Is there a way to over-ride
this action??
 
Hi BILLROT

You can use this in the code

ActiveWorkbook.CheckCompatibility = False
 
Back
Top