Syntax

expression.IncludeFont

expression A variable that represents a Style object.

Example

This example sets the style attached to cell A1 on Sheet1 to include font format.

Visual Basic for Applications
Worksheets("Sheet1").Range("A1").Style.IncludeFont = True
How can I disable font properties in a style? include font Include Font Property IncludeFont IncludeFont Property Switch off the fonts in a style?

See also: