Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.01 KB

Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md

File metadata and controls

48 lines (29 loc) · 2.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.SheetPivotTableBeforeAllocateChanges event (Excel)
vbaxl10.chm503103
vbaxl10.chm503103
Excel.Workbook.SheetPivotTableBeforeAllocateChanges
2f767b5b-27fb-33de-c91d-76bbc52ea171
05/29/2019
medium

Workbook.SheetPivotTableBeforeAllocateChanges event (Excel)

Occurs before changes are applied to a PivotTable.

Syntax

expression.SheetPivotTableBeforeAllocateChanges (Sh, TargetPivotTable, ValueChangeStart, ValueChangeEnd, Cancel)

expression A variable that represents a Workbook object.

Parameters

Name Required/Optional Data type Description
Sh Required Object The worksheet that contains the PivotTable.
TargetPivotTable Required PivotTable The PivotTable that contains the changes to apply.
ValueChangeStart Required Long The index to the first change in the associated PivotTableChangeList collection. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection.
ValueChangeEnd Required Long The index to the last change in the associated PivotTableChangeList collection. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection.
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the changes are not applied to the PivotTable, and all edits are lost.

Return value

Nothing

Remarks

The SheetPivotTableBeforeAllocateChanges event occurs immediately before Excel executes an UPDATE CUBE statement to apply all changes to the PivotTable's OLAP data source, and immediately after the user has chosen to apply changes in the user interface.

[!includeSupport and feedback]