Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a pivot table made from last year, I deleted all
of the data and I added some new data. When I go to the dropdown to filter the data, the data from last year is still a choice along with the new data. I would like to delete this data from the choice on the filter, without having to create a new pivot table. I have refreshed the data, and I still have this problem. Any way to do this with vba code. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the MissingItemsLimit property of the pivotcache to xlMissingItemsNone
Jesse wrote in message ... I have a pivot table made from last year, I deleted all of the data and I added some new data. When I go to the dropdown to filter the data, the data from last year is still a choice along with the new data. I would like to delete this data from the choice on the filter, without having to create a new pivot table. I have refreshed the data, and I still have this problem. Any way to do this with vba code. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create pivot table from existing pivot table in excel 2007 | Excel Discussion (Misc queries) | |||
Pivot Table and Pivot Table dates are not in correct order | Charts and Charting in Excel | |||
Copying values from pivot table to cells outside pivot table | Excel Discussion (Misc queries) | |||
Filter lines with Pivot table and non pivot table columns | Charts and Charting in Excel | |||
Help required with setting up a pivot table with the source on sheet1 to have the pivot table created on sheet called "report" | Excel Programming |