Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way I can capture a pivot table selection
change event in code? I have a chart sitting on a spreadsheet next to a pivot table and I'd like to update the chart title automatically when someone chooses a different category in one of the drop down lists in the pivot table. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a cell on the worksheet, enter a formula to create the title you
want. For example: ="Sales for " &B1 where cell B1 is the category in the pivot table. Then, select the Title in the Pivot Chart Type an equal sign, and click on the cell where you entered the formula The formula bar will show something similar to: =Pivot!$E$1 When you change the category in cell B1, the chart title will change. Reney Langlois wrote: Is there a way I can capture a pivot table selection change event in code? I have a chart sitting on a spreadsheet next to a pivot table and I'd like to update the chart title automatically when someone chooses a different category in one of the drop down lists in the pivot table. -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Values that change based on Change event | Excel Programming | |||
Change minimumscale with the change event of a combobox | Excel Programming | |||
On change event | Excel Programming | |||
change event/after update event?? | Excel Programming | |||
How do I get Pivot filter change event to fire? | Excel Programming |