View Full Version : font size in an axis graph


MuadDib_II
09-02-2008, 07:40 AM
Hi all,

i'm trying to change (with VBA) the font size of my graph's axis, but after lots of tryes, i decided to write and see if someone can help me.

i'm using the code:

Dim GraphObj1 As Object
Set GraphObj1 = Me![G_nb].Object.Application.Chart
GraphObj1.Axes(xlCategory).TickLabels.Font.Size = 12


but it doesn't work.

Any sugestion???
Thanks in advance.