StandardFontSize Property

Microsoft Excel Visual Basic

Returns or sets the standard font size, in points. Read/write Long.

Remarks

If you change the standard font size by using this property, the change doesn't take effect until you restart Microsoft Excel.

Example

This example sets the standard font size to 12 points.

Application.StandardFontSize = 12