Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a series of pivots where the user wants to select a number of options and have the pivot fields automatically filter to those options. The user selections are being captured in an array. However, I don't know how to set the page filters so that they show all of the selected items. The following code just results in the last array item being used as the page filter. Any help would be very much appreciated. For Each pi In pf.PivotItems For b& = 1 To a& If pi.Value = aState$(b&) Then pi.Visible = True Else pi.Visible = False End If Next b& Next pi -- Sharon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Synchronize the Pivot table page field selection in 2 tables? | Excel Worksheet Functions | |||
fit to one page selection creates one page for each cell | Excel Discussion (Misc queries) | |||
Selection to Array and Array to Sheet | Excel Programming | |||
Pivot Table, Line Chart with Secondary Y axis, Page Field selection destroys Y2 axis | Charts and Charting in Excel | |||
PivotTable Field Selection | Excel Programming |