Actually, no. I ran this macro on a workbook in XL03:
Sub Outline()
Selection.Font.OutlineFont = True
End Sub
and the when I opened the workbook in XL04, the selection showed up as
an outline font. So you can *set* the property in WinXL, you just can't
see it.
From XL04 Help:
> OutlineFont Property
>
> True if the font is an outline font. Read/write Boolean.
>
> This property has no effect in Windows, but its value is retained (it can be
> set and returned).
Surprisingly (at least to me), the property doesn't even show up in the
property list in XL03/VBA Help, though it is listed in the Object
Browser.
> I would assume that any VBA code who sets this would cause a
> compile error in Excel 2003
Frank Kabel - 27 Oct 2004 16:27 GMT
Hi JE
the 'mysteries' of Excel again :-)
thanks for checking!
Frank
> Actually, no. I ran this macro on a workbook in XL03:
>
[quoted text clipped - 18 lines]
> property list in XL03/VBA Help, though it is listed in the Object
> Browser.
Dave Peterson - 27 Oct 2004 17:19 GMT
From xl2002 VBA's help for outlinefont:
Remarks
This property has no effect in Windows, but its value is retained (it can be set
and returned).
> Actually, no. I ran this macro on a workbook in XL03:
>
[quoted text clipped - 21 lines]
> > I would assume that any VBA code who sets this would cause a
> > compile error in Excel 2003

Signature
Dave Peterson
ec35720@msn.com