Chart axis

J

Julie

I have a chart on my form, and to format the x-axis I have
the following code:

With fm![tempplot].Axes(xlCategory)
.MinimumScale = 1
.MaximumScale = 200
.HasTitle = False
End With

I would also like to hide the scale - how is that done
from VBA?
 
Top