Searching VBA code to disable excel compatibilty checker

B

bartvd

Hi,

i'm searching the right VBA code that disables the Excel Compatibility
Checker. (office 2007)
Since I want to apply changes to over 1.000 excel-files during nights.
(sheets saved in xls-format)

thank you
 
P

Per Jessen

Hi

This should do it:

Application.DisplayAlerts = False

Just remember to set True again.

Regards,
Per
 

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