While debugging it works, but while running it doesn't (Font.Size)

renatoab

New Member
Joined
Jun 14, 2009
Messages
32
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 works, but when the program is running, the instruction ".Font.Size = 7" doesn't work. It only works if I type, for example, ".Font.Size = .Font.Size * 7 / 4.5", but sometimes I want to set it 7 and it doesn't equal 4.5 previously.
I only want to set a constant size.

Does anyone understand what is happening?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,884
Messages
6,122,082
Members
449,064
Latest member
MattDRT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top