XL2000: Help Topic for Refresh Method Is Incomplete for Chart Object (228618)
The information in this article applies to:
This article was previously published under Q228618 SYMPTOMS
The online Help for the Refresh method includes the following statement:
expression
Required. An expression that returns a Chart, PivotCache, or QueryTable object.
This is not entirely correct. The Refresh method does not clearly explain the use of the Refresh method for the Chart object as it applies to a PivotChart Report. ActiveChart.Refresh will not update a PivotTable's PivotCache or PivotChart.
RESOLUTION
To refresh the data in a PivotChart report, you must update the PivotCache using a statement similar to the following:
ActiveChart.PivotLayout.PivotCache.Refresh
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 10/10/2006 |
---|
Keywords: | kbbug kbchart kbpending kbProgramming KB228618 |
---|
|