ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   More PivotTable Trouble (https://www.excelbanter.com/excel-programming/292829-more-pivottable-trouble.html)

brad

More PivotTable Trouble
 
Good morning..

I have a customized PivotChart with everything just the
way I like it. Specifically, the data labels on the
columns are vertical and font size is 8. When my user
changes the Page Field value, the font size jumps back up
to 12 and the alignment turns to horizontal again.

Autoscale isn't helping me, either. I can't find an event
to capture of the Worksheet/Workbook objects to change the
labels back.

Input please?

Thank you.

-Brad

Mike Waldron[_2_]

More PivotTable Trouble
 
Hi Brad

I've had similar problems with line colors on pivot charts
changing. This worked for me:
Private Sub chart_calculate()
Call StandardColors
End Sub
As you know the code goes in the chart sheet.

You probably need to track the change in the cell that
displays the page field.

Mike
-----Original Message-----
Good morning..

I have a customized PivotChart with everything just the
way I like it. Specifically, the data labels on the
columns are vertical and font size is 8. When my user
changes the Page Field value, the font size jumps back up
to 12 and the alignment turns to horizontal again.

Autoscale isn't helping me, either. I can't find an

event
to capture of the Worksheet/Workbook objects to change

the
labels back.

Input please?

Thank you.

-Brad
.



All times are GMT +1. The time now is 08:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com