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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.