_Application.CalculateBeforeSave Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool CalculateBeforeSave { bool get(); void set(bool value); };
public bool CalculateBeforeSave { get; set; }
Public Property CalculateBeforeSave As Boolean