I am trying to select a value in a pivot table with the following code:
ActiveSheet.PivotTables("PivotTable1".PivotFields("Date".CurrentPage = _
"07/03/2002"
As I step through the code, the cell is selected but the update is not made. Any ideas?
Thanks
ActiveSheet.PivotTables("PivotTable1".PivotFields("Date".CurrentPage = _
"07/03/2002"
As I step through the code, the cell is selected but the update is not made. Any ideas?
Thanks