Holger Pietsch
2005-08-16 14:48:04 UTC
I got the error
Unable to set the visible property of the PivotItem class.
when i try to set a pivotitem to visible:
Dim PF As PivotField
Dim PFI As PivotItem
For Each PF In PFs
Set PFs = ActiveSheet.PivotTables("PivotTable2").PivotFields
For Each PFI In PF.HiddenItems
PFI.Visible = True
Next PFI
Next PF
is there any solution, I have found yet no such (only at
www.experts-exchange.com/msoffice/Q_20275761.html
, but they wanted me to register first...)
Thanks
Holger
Unable to set the visible property of the PivotItem class.
when i try to set a pivotitem to visible:
Dim PF As PivotField
Dim PFI As PivotItem
For Each PF In PFs
Set PFs = ActiveSheet.PivotTables("PivotTable2").PivotFields
For Each PFI In PF.HiddenItems
PFI.Visible = True
Next PFI
Next PF
is there any solution, I have found yet no such (only at
www.experts-exchange.com/msoffice/Q_20275761.html
, but they wanted me to register first...)
Thanks
Holger