View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Defining default fonts for charts

The only thing I could suggest is to create some VBA code to set those values
you want and run it when you create a chart.


"hmm" wrote:

I have been unable to make my chart settings "stick"; I want my x-y scatter
charts to have, for example, Arial 14 for title, Arial 11 for x an y axis
titles, and Times New Roman 10 for axis number scale. I want all fonts to be
non-scalable (by unchecking the appropriate box in the chart format box).

Instead, every time I create an x-y scatter chart, I get ALL titles' text to
be in Times New Roman, and scalable.

How do I make these settings? This is especially a question for titles,
since they don't even exist yet in the default template.