Application.AlwaysUseClearType Property

Excel Developer Reference

Returns or sets a Boolean that represents whether to use ClearType to display fonts in the menu, Ribbon, and dialog box text. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.AlwaysUseClearType

expression   A variable that represents an Application object.

Remarks

Even if the Microsoft Windows setting for ClearType is turned off, setting this property to True overrides the Windows setting and uses ClearType in all Microsoft Office applications.

See Also