I need to format the font of the title of the axis on a chart.
I'm using the following code:
with ActiveChart.Axes(xlCategory).AxisTitle
.AutoScaleFont = True
.Font.Name = "Verdana"
.Font.FontStyle = "Negrito"
.Font.Size = 7
end with
When I'm debugging the program, everything...