View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Searching VBA code to disable excel compatibilty checker

Hi

This should do it:

Application.DisplayAlerts = False

Just remember to set True again.

Regards,
Per


"bartvd" skrev i meddelelsen
...
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