PivotTable.ManualUpdate Property (Excel)

True if the PivotTable report is recalculated only at the user's request. The default value is False. Read/write Boolean.

Syntax

expression .ManualUpdate

expression A variable that represents a PivotTable object.

Remarks

This property is set to False immediately after your program terminates and after you execute the statement in the Immediate window of the Microsoft Visual Basic Editor.

Example

This example causes the PivotTable report to be recalculated only at the user's request.

Worksheets(1).PivotTables("Pivot1").ManualUpdate = True

See Also

Concepts

PivotTable Object Members

PivotTable Object