Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I posted this in the General Questions section and then thought it probably
better belongs in the programming section: I am trying to complete some VBA code that will allow me change a filter on a pivottable. The code I am using is as follows: "ActiveSheet.PivotTables("PivotTable3").PivotField s("ACADEMIC_YEAR"). _ ClearValueFilters With ActiveSheet.PivotTables("PivotTable3").PivotFields ("ACADEMIC_YEAR") .PivotItems(YrF).Visible = True End With" The code properly checks to correct item based on my variable in the With statement. My problem is the the ClearValueFilters method before it is not working. I am trying to clear any PivotItems that are currently visible w/o have to hard card each one current visible. I though the the ClearValueFilters method would do this for me, but it actuall makes all of the PivotItems visible. Any suggestions. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unable to get the pivotfields property of the pivottable class | Excel Discussion (Misc queries) | |||
PivotTable - PivotFields VBA | Excel Discussion (Misc queries) | |||
Unable to get the PivotFields property of the PivotTable Class | Excel Programming | |||
Total in a PivotTable PivotFields | Excel Programming | |||
PivotFields | Excel Programming |