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

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,196,012
Messages
6,012,855
Members
441,735
Latest member
melastro

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
Top