L
Lee
I have just upgraded to Excel 2003. I have a Pivot Table which is created
using VBA code which worked fine prior to the upgrade.
When the following bit of code executes, the incorrect PivotItem is made
invisible:
With ActiveSheet.PivotTables("PivotTable1").PivotFields("State (seq)")
.PivotItems("09 - Close").Visible = False
End With
Instead of "09 - Close" being made invisible, another item "01 - Open" is
made invisible.
Also, when manually checking items to be visible or invisible, sometimes the
first and last items turn on/off with the Show all items check box.
Is this a known issue? We've already installed the service pack. Are there
any other fixes available?
Thanks
using VBA code which worked fine prior to the upgrade.
When the following bit of code executes, the incorrect PivotItem is made
invisible:
With ActiveSheet.PivotTables("PivotTable1").PivotFields("State (seq)")
.PivotItems("09 - Close").Visible = False
End With
Instead of "09 - Close" being made invisible, another item "01 - Open" is
made invisible.
Also, when manually checking items to be visible or invisible, sometimes the
first and last items turn on/off with the Show all items check box.
Is this a known issue? We've already installed the service pack. Are there
any other fixes available?
Thanks