COMPATIBILITY CHECKER ON 2007

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??
 
R

Ron de Bruin

Hi BILLROT

You can use this in the code

ActiveWorkbook.CheckCompatibility = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top