Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a pivot table which has filters in the page fields. When the user selects the filters i want to retrieve the filter information and store it for later use. How do i do that using VBA? -Jaya |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For a pagefield, the filter would be the value showing.
? Activesheet.PivotTables(1).PageFields(1).CurrentPa ge A Regards, Tom Ogilvy "jaya" wrote in message ... Hi, I have a pivot table which has filters in the page fields. When the user selects the filters i want to retrieve the filter information and store it for later use. How do i do that using VBA? -Jaya |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried that and i get an error,
Unable to get the currentpage property of the pivottable class. I am using excel2000. -Jaya -----Original Message----- For a pagefield, the filter would be the value showing. ? Activesheet.PivotTables(1).PageFields(1).CurrentPa ge A Regards, Tom Ogilvy "jaya" wrote in message ... Hi, I have a pivot table which has filters in the page fields. When the user selects the filters i want to retrieve the filter information and store it for later use. How do i do that using VBA? -Jaya . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract Top 5 value from a pivot table | Excel Discussion (Misc queries) | |||
extract row number from Pivot Table Result | Excel Worksheet Functions | |||
Extract pivot table raw data | Excel Discussion (Misc queries) | |||
How to extract the month in a Pivot Table | Excel Worksheet Functions | |||
how do i extract data from pivot table to txt file | Excel Discussion (Misc queries) |