G
Guest
Excel 2000 Visual Basic 6.
I have a workbook containing Pivot Tables and Charts. The page headers are controlled through buttons/macros. Occassionally I get the following error message run-time error '1004' unable to set the _Default property of the Pivot Item class. Debugging the cod
ActiveChart.PivotLayout.PivotFields(Y).CurrentPage =
X and Y being the parameters passed
On examination of the Pivot Chart, either shows (1) corrupted pagefield list - items missing or duplicated - cleared by dragging all fields back to the pivot toolbar, selecting refresh and dragging back onto the chart or (2) the list looks perfectly normal and you can manually select
Any suggestions
I have a workbook containing Pivot Tables and Charts. The page headers are controlled through buttons/macros. Occassionally I get the following error message run-time error '1004' unable to set the _Default property of the Pivot Item class. Debugging the cod
ActiveChart.PivotLayout.PivotFields(Y).CurrentPage =
X and Y being the parameters passed
On examination of the Pivot Chart, either shows (1) corrupted pagefield list - items missing or duplicated - cleared by dragging all fields back to the pivot toolbar, selecting refresh and dragging back onto the chart or (2) the list looks perfectly normal and you can manually select
Any suggestions