Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Synchronize PivotTable Items

I'm trying to synchronize three pivottables to be exact. The page-by
field was fairly simple.

Incase someone is trying to do this here's a real simple suggestion:

RVPName = PageBy cell name

PTName = Range("RVPName").Value
Sheets("Sales
Rep").PivotTables("SalesRepPT2").PivotFields("Regi onal
VP").CurrentPage _
= PTName
Sheets("Sales Rep Graph
Data").PivotTables("RVPH2H").PivotFields("Regional VP").CurrentPage _
= PTName
Sheets("Sales Rep Graph
Data").PivotTables("RVPPie").PivotFields("Regional VP").CurrentPage _
= PTName

What I cannot figure out is how to synchronize the items. If a
SalesRep drop-down contains John, Mary and Jane and the "master"
pivottable selects John and Jane I'd like the other two to do the
same. Is this possible? TIA.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PivotTable - show top items Epinn New Users to Excel 5 October 25th 06 10:07 PM
PivotTable: Difference from Row Items astrodon Excel Discussion (Misc queries) 1 February 22nd 06 03:13 PM
Unhide items in PivotTable Dennis Cheung Excel Programming 1 September 20th 05 06:50 AM
PivotTable Does not refresh individual items Nick O[_2_] Excel Programming 0 August 23rd 05 10:33 AM
PivotTable - calculated items? Peter Aitken Excel Discussion (Misc queries) 1 July 4th 05 05:50 PM


All times are GMT +1. The time now is 07:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"