Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.37 KB

Excel.PivotCell.DataSourceValue.md

File metadata and controls

42 lines (23 loc) · 1.37 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotCell.DataSourceValue property (Excel)
vbaxl10.chm692087
vbaxl10.chm692087
Excel.PivotCell.DataSourceValue
99cd270c-775c-3cca-99dd-1a2864b872b2
05/04/2019
medium

PivotCell.DataSourceValue property (Excel)

Returns the value last retrieved from the data source for edited cells in a PivotTable report. Read-only.

Syntax

expression.DataSourceValue

expression A variable that represents a PivotCell object.

Return value

Variant

Remarks

Whenever a cell in the values area of a PivotTable report is edited, the DataSourceValue property will hold the value that was last retrieved from the data source before editing took place. For PivotTable report value cells that have not been edited, or for which the data source value has not been explicitly retrieved, this property will return NULL.

For PivotTable reports with OLAP data sources, the value of the DataSourceValue property is retrieved from a separate connection to ensure that it does not contain the value of any writeback operations that the user might have made.

Reading the DataSourceValue property for cells that are outside the values area of a PivotTable report generates a run-time error.

[!includeSupport and feedback]