Workbook.CheckCompatibility Property
Controls whether or not the compatibility checker is run automatically when the workbook is saved. Read/write Boolean.
Version Information
Version Added: Excel
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.
Note