M
MichaelR
Hi,
I have the following macro that clears all filters in a pivot table of mine
in 2007:
Sheets(2).PivotTables("PivotTable1").ClearAllFilters.
When I try to run the macro in 2003 I get an error message that says:
"Object doesn't support the property or method."
Any ideas for how I can clear all filters in my pivot table in excel 2003
using a macro.
Thanks.
I have the following macro that clears all filters in a pivot table of mine
in 2007:
Sheets(2).PivotTables("PivotTable1").ClearAllFilters.
When I try to run the macro in 2003 I get an error message that says:
"Object doesn't support the property or method."
Any ideas for how I can clear all filters in my pivot table in excel 2003
using a macro.
Thanks.