Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Charting / December 2004

Tip: Looking for answers? Try searching our database.

User defined charts- font size too small

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill B - 30 Dec 2004 13:19 GMT
I saved a user defined chart in Excel.  The font size of the titles was saved
as 16 pt.

When I creste a new chart, using the same user defined chart, the font sizes
come up as 4 pt.

It somewhat defeats the purpose of having a user defined chart.

Any suggestions?
Signature

Bill B

John Mansfield - 30 Dec 2004 18:23 GMT
Bill,

Apparently Excel does not set the chart autoscaling to false before saving
the chart as user-defined.  As a result, the chart font sizes appear to
change when the chart is saved to the file that holds the user-defined charts.

To prevent this from happening, activate the chart that you want to save as
user-defined by clicking on it.  Then, run the following macro.  

Sub DisableAutoScale()
   Application.ActiveChart.ChartArea.AutoScaleFont = False
   MsgBox "AutoScale Disabled"
End Sub

The macro will freeze the font sizes.  Now, save the chart as user-defined.  
The next time the chart is used, it should appear as it did when saved as
user-defined.

Alternatively, you can download a copy copy of John Walkenbach's Chart Tools
add-in.  The add-in includes an option to freeze the text size of a chart.  
It is available at http://www.j-walk.com/ss.

----
Regards,
John Mansfield
http://www.pdbook.com

> I saved a user defined chart in Excel.  The font size of the titles was saved
> as 16 pt.
[quoted text clipped - 5 lines]
>
> Any suggestions?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.