Announcements
No record found.
Hi all,
I created this chart with Excel automation... I want to change the font size of the data labels (amounts / years), but I can't find anywhere how I can do this??
*This post is locked for comments
Hi,
You may use the below code:
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveChart.Axes(xlCategory).Select
Selection.Format.TextFrame2.TextRange.Font.BaselineOffset = 0
Selection.Format.TextFrame2.TextRange.Font.Size = 10
Best Regards,
MMV
I tried this, but I can't get it to work......
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.