Workbook.CheckCompatibility Property

Excel Developer Reference

Controls whether or not the compatibility checker is run automatically when the workbook is saved. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Bb216059.vs_note(en-us,office.12).gif  Note
The default for BIFF8 workbooks is TRUE; it is FALSE for all other workbooks types.

Syntax

expression.CheckCompatibility

expression   A variable that represents a Workbook object.

See Also