Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2004

Tip: Looking for answers? Try searching our database.

"Outline" fonts

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
demimondaine - 27 Oct 2004 04:01 GMT
MS Word allows you to format a font, for example Arial as an "Outline" which
looks like an outline of each letter. How can I do this in Excel?
Frank Kabel - 27 Oct 2004 06:56 GMT
Hi
AFAIK Excel does not support this

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> MS Word allows you to format a font, for example Arial as an "Outline" which
> looks like an outline of each letter. How can I do this in Excel?
JE McGimpsey - 27 Oct 2004 14:27 GMT
Since I never use outline fonts in my cross-platform work, I was
surprised at your statement - MacXL has the Outline option built in to
Format/Cell/Font...

Sure enough, XL03 doesn't.

> AFAIK Excel does not support this
Frank Kabel - 27 Oct 2004 15:18 GMT
Hi JE
I just re-checked (you got me wondering at least...) but excel 2003 has
no 'Outline' option in the format cell dialog.

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> Since I never use outline fonts in my cross-platform work, I was
> surprised at your statement - MacXL has the Outline option built in to
[quoted text clipped - 3 lines]
>
> > AFAIK Excel does not support this
JE McGimpsey - 27 Oct 2004 15:36 GMT
The good news is that outline survives a round trip from MacXL to XL03
and back. So XL03 preserves the setting...

> I just re-checked (you got me wondering at least...) but excel 2003 has
> no 'Outline' option in the format cell dialog.
Frank Kabel - 27 Oct 2004 15:42 GMT
Hi JE
fortunately this is only a minor discrepancy between the two versions.
but I would assume that any VBA code who sets this would cause a
compile error in Excel 2003 :-)

Frank

> The good news is that outline survives a round trip from MacXL to XL03
> and back. So XL03 preserves the setting...
>
> > I just re-checked (you got me wondering at least...) but excel 2003 has
> > no 'Outline' option in the format cell dialog.
JE McGimpsey - 27 Oct 2004 16:08 GMT
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

CarlosAntenna - 27 Oct 2004 13:40 GMT
This would be possible if you have an outline style font installed on your
pc.  I have one called Swis721 BdOul BT that is just the outline of the
letters, but you can't set this attribute for just any font.

Carlos

> MS Word allows you to format a font, for example Arial as an "Outline" which
> looks like an outline of each letter. How can I do this in Excel?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.