Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to make all pivot items non visible and then mak only one visible
based on a cell value. Dim pitem As PivotItem Sheet3.PivotTables("TypesOfService").ManualUpdate = True ''''''Show all items For Each pitem In Sheet3.PivotTables("TypesOfService").PivotFields(" Type of service").PivotItems pitem.Visible = False Sheet3.PivotTables("TypesOfService").PivotFields(" Type of service").PivotItems("(blank)").Visible = False Next Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide all items in Pivot Field except specific items | Excel Programming | |||
Set Pivot-Table Visible Items | Excel Programming | |||
Unable to access visible property of Pivot Items class | Excel Programming | |||
Unable to access visible property of Pivot Items class | Excel Programming | |||
PivotItems.Count is 0 when items are visible on the sheet | Excel Programming |