CalculateBeforeSave Property

Microsoft Excel Visual Basic

CalculateBeforeSave Property

       

True if workbooks are calculated before they're saved to disk (if the Calculation property is set to xlManual). This property is preserved even if you change the Calculation property. Read/write Boolean.

Example

This example sets Microsoft Excel to calculate workbooks before they're saved to disk.

Application.Calculation = xlManual
Application.CalculateBeforeSave = True