Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 866 Bytes

Excel.Range.AllocateChanges.md

File metadata and controls

33 lines (19 loc) · 866 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.AllocateChanges method (Excel)
vbaxl10.chm144253
vbaxl10.chm144253
Excel.Range.AllocateChanges
c751c5fb-ce22-64d1-669c-fdb064cf0408
05/10/2019
medium

Range.AllocateChanges method (Excel)

Performs a writeback operation for all edited cells in a range based on an OLAP data source.

Syntax

expression.AllocateChanges

expression A variable that represents a Range object.

Remarks

The AllocateChanges method executes an UPDATE CUBE statement for all changes made in the range since the last apply changes operation was committed. This method generates a run-time error if it is executed on a range based on a non-OLAP data source.

[!includeSupport and feedback]