VBA to set PivotField value

broncotundra

New Member
Joined
Nov 28, 2018
Messages
1
I have recently converted a project to use the Data Model and Power Pivots. This project has numerous Pivots on a template. The Pivots need to set the value of a PivotField to change the view between various departments.

When I recorded the actions, I got a line that looks like this:
ActiveSheet.PivotTables("Majors_Prog").PivotFields("[Plans].[Program].[Program]").CurrentPage = "[Plans].[Program].&[ACCT]"
where [ACCT] is our Accounting department.

I have a department variable. I've tried permutations of the follow to no success:
ActiveSheet.PivotTables("Majors_Prog").PivotFields("[Plans].[Program].[Program]").CurrentPage = "[Plans].[Program].&[" & Program & "]"

I'm stuck and can't figure out how this line of code show work.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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