CalculateBeforeSave Property

Applies To

Application Object.

Description

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

Example

This example causes workbooks to be calculated before they are saved to disk.


Application.Calculation = xlManual
Application.CalculateBeforeSave = True