Applies To
Font Object.
Description
True if the font is an outline font. Read-write.
Remarks
This property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).
Example
This example sets the font for cell A1 on Sheet1 to an outline font.
Worksheets("Sheet1").Range("A1").Font.OutlineFont = True