RE: Chart update?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Aymer (anonymous_at_discussions.microsoft.com)
Date: 04/02/04

  • Next message: Aymer: "RE: Server Side OWC Pivot Table"
    Date: Fri, 2 Apr 2004 12:21:04 -0800
    
    

    Try capturing the update event. I think you have to re-establish the link between pivotchart to the pivotable. Something with this algorithm:
    1. pivotTable update occurs
    2. Capture update event
    3. OnUpdate chart.datasource = pivot

    I encountered something like this on the web. It might work for you.

    peace,
    Aymer
    aymerb[@]yahoo.com


  • Next message: Aymer: "RE: Server Side OWC Pivot Table"