Pivot Table - Show Report Filter Pages - now need to have Chart created

sbrotz

Board Regular
Joined
Jul 22, 2004
Messages
138
I have a main worksheet (REPORT) that contains both the PivotTable (named Results) and a Pivot Chart representing data from the Pivot Table Results. One of the final lines of code invokes the "Show Report Filter Pages" process. (code immediately below)

ActiveSheet.PivotTables ("Results").ShowPages PageField:=Participant
ActiveWindow.ScrollWorkbooktabs Position:=xlLast

All well and good except I need to have the accompaning Chart from the worksheet REPORT appear along with each Pivot Table created on the separate Tabs. As the number of Tabs created will vary, any ideas on how to account for each tab created and to create the needed corresponding Pivot Chart?

Thanks for the view...!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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