Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to build a pivot table/chart in which the PageFields will only
list the remaining or available PageFieldItems after other choice PageField--constraints--are applied. This code works for one page field ************ Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$K$2" Then Sheets("Pivot").PivotTables("PivotTable1") _ .PivotFields("Year").CurrentPage = Target.Value End If End Sub ************ but not for multiple page fields. Is there an answer ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I choose more than one item in the page field area? | Excel Discussion (Misc queries) | |||
PivotTable - how do I hide page field when printing | Excel Discussion (Misc queries) | |||
PivotTable - How to unhide page field items? | New Users to Excel | |||
Print tab for each page field in PivotTable | Excel Discussion (Misc queries) | |||
Returning actual page field changed in pivottable | Excel Programming |