VBA pivot table filter error

nhulang

New Member
Joined
Jul 13, 2016
Messages
5
Hi All,

Trying to filter a pivot field using a macro. Following is the image for the pivot table

Imgur: The most awesome images on the Internet

And below is the code that is giving me the error (In red). Thoughts??

Code:
Sub TestPivot()


With ActiveSheet.PivotTables(1)
.PivotFields("Business Unit").ClearAllFilters
[COLOR=#ff0000].PivotFields("Business Unit").PivotFilters.Add Type:=xlCaptionEquals, Value1:=[C2].Value[/COLOR]


End With
End Sub


Many thanks!
 

Forum statistics

Threads
1,226,878
Messages
6,193,463
Members
453,802
Latest member
SarahNoob

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top