IncludeNumber Property

Applies To

Style object.

Description

True if the style includes the NumberFormat property. Read/write Boolean

See Also

IncludeAlignment property, IncludeBorder property, IncludeFont property, IncludePatterns property, IncludeProtection property, NumberFormat property.

Example

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

Worksheets("Sheet1").Range("A1").Style.IncludeNumber = True