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 / Word / Programming / February 2005

Tip: Looking for answers? Try searching our database.

underline with color

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sarah - 21 Feb 2005 20:21 GMT
I am trying to underline with a wavy coloured line however the wavy line is
appearing but there it is gray and no matter what colour i use it is always
gray. Here is the code i am using :

font.UnderlineColor = wdColorTurquoise

Any ideas why this is happening?
Jean-Guy Marcil - 21 Feb 2005 20:38 GMT
sarah was telling us:
sarah nous racontait que :

> I am trying to underline with a wavy coloured line however the wavy
> line is appearing but there it is gray and no matter what colour i
> use it is always gray. Here is the code i am using :
>
> font.UnderlineColor = wdColorTurquoise

I am not sure, not seeing the rest of the code... it could be any number of
things...

Here, this code works as expected:

With Selection.Font
   .Underline = wdUnderlineWavyHeavy
   .UnderlineColor = wdColorTurquoise
End With

Signature

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org

 
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.