Excel EXcel VBA graphs

Joined
Jan 30, 2009
Messages
1
Reaction score
0
I have used the folowing code to create a graph in VBASub Macro1() Dim c As Excel.Chart, a As Worksheet, co As ChartObjects Set a = Worksheets("Regional Issue Graphs") Set co = a.ChartObjects Set c = co.Add(60, 60, 300, 300).Chart co.Select c.ChartWizard Source:="North", HasLegend:=Falsehowever I am unable to write further code to which will allow me to alter the font size of the axies of the graph I want to create, can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top