Syntax

expression.CalculateBeforeSave

expression A variable that represents an Application object.

Example

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

Visual Basic for Applications
Application.Calculation = xlManual Application.CalculateBeforeSave = True
calculate before save Calculate Before Save Property Calculate before saving? calculatebefore CalculateBeforeSave CalculateBeforeSave Property Make sure values are updated before saving? Recompute all formulas prior to saving to disk?

See also: