PRB: Pivot Table in Excel Does Not Update

Last reviewed: April 30, 1996
Article ID: Q129308
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.00

SYMPTOMS

If you create a Pivot Table in Microsoft Excel using Visual FoxPro's Pivot Table Wizard and then change the data in the table on which the Pivot table is based, the Excel Pivot Table does not update to reflect the change in the underlying data.

STATUS

This behavior is by design because of performance issues associated with Microsoft Query having to retrieve data from a FoxPro table in Excel.

WORKAROUND

To update the data, right click any cell in the Pivot Table in Excel. Then choose Refresh Data from the context sensitive menu.

MORE INFORMATION

The FoxPro ODBC driver passes data to Microsoft Query. Excel then retrieves the data from Microsoft Query. For the data to be automatically updated in the Pivot Table, FoxPro would have to notify Microsoft Query every time data changes in a table on which a Pivot Table is based.


Additional reference words: 3.00 VFoxWin
KBCategory: kbinterop kbprb
KBSubcategory: FxinteropExcel


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.