Reply
 
Thread Tools Display Modes
  #1   Report Post  
UTaimo
 
Posts: n/a
Default Is there a way to choose from more highlighting colors in Word 200

I am needing to highlight text in various Word 2003 documents. I need five
different colors but also need to have five different colors that are light
enough to still be able to read the highlighted text if printed. There are
only 4 "light" colors. Is there any way to choose from more colors? I'd
really like to be able to highlight with orange as my 5th color because it is
light enough and a different color than the other 4.
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default Is there a way to choose from more highlighting colors in Word 200

On Fri, 11 Nov 2005 08:56:03 -0800, UTaimo
wrote:

I am needing to highlight text in various Word 2003 documents. I need five
different colors but also need to have five different colors that are light
enough to still be able to read the highlighted text if printed. There are
only 4 "light" colors. Is there any way to choose from more colors? I'd
really like to be able to highlight with orange as my 5th color because it is
light enough and a different color than the other 4.


The highlighting palette is not changeable, unfortunately.

As a workaround, you can use shading instead of highlighting. Select
the text and apply a background shade. In the Format Borders &
Shading Shading dialog, make sure the Apply To box is set to "Text"
and choose your color.

To make this easier, you can record a set of macros, one for each
color you want to use, and assign them to toolbar buttons or
right-click menu items. After removing the unnecessary garbage the
recorder throws into its code, one of these macros might look like
this:

Sub OrangeShade()
With Selection.Font
With .Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorLightOrange
End With
End With
Selection.MoveRight Unit:=wdCharacter, Count:=1
End Sub

Here are references for instructions, if needed:

http://www.word.mvps.org/FAQs/Macros...ngRecorder.htm
http://www.word.mvps.org/FAQs/Macros...ordedMacro.htm
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
UTaimo
 
Posts: n/a
Default Is there a way to choose from more highlighting colors in Word

Thank you for your reply. This solves my problem! Thank you very much.

"Jay Freedman" wrote:

On Fri, 11 Nov 2005 08:56:03 -0800, UTaimo
wrote:

I am needing to highlight text in various Word 2003 documents. I need five
different colors but also need to have five different colors that are light
enough to still be able to read the highlighted text if printed. There are
only 4 "light" colors. Is there any way to choose from more colors? I'd
really like to be able to highlight with orange as my 5th color because it is
light enough and a different color than the other 4.


The highlighting palette is not changeable, unfortunately.

As a workaround, you can use shading instead of highlighting. Select
the text and apply a background shade. In the Format Borders &
Shading Shading dialog, make sure the Apply To box is set to "Text"
and choose your color.

To make this easier, you can record a set of macros, one for each
color you want to use, and assign them to toolbar buttons or
right-click menu items. After removing the unnecessary garbage the
recorder throws into its code, one of these macros might look like
this:

Sub OrangeShade()
With Selection.Font
With .Shading
.Texture = wdTextureNone
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorLightOrange
End With
End With
Selection.MoveRight Unit:=wdCharacter, Count:=1
End Sub

Here are references for instructions, if needed:

http://www.word.mvps.org/FAQs/Macros...ngRecorder.htm
http://www.word.mvps.org/FAQs/Macros...ordedMacro.htm
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
apply a template to existing documents Bubba Gump Shrimp Page Layout 2 July 28th 05 04:46 PM
Does Word have Keyboard Merges like Word Perfect does? Donnas Mailmerge 1 June 28th 05 09:30 PM
Word2000 letterhead merge BAW Mailmerge 3 June 25th 05 01:17 PM
Underscore (_) will not always display in RTF files (Word 2002). David A Edge Microsoft Word Help 6 June 14th 05 10:39 AM
Macros - Keyboard Commands Janet Microsoft Word Help 6 April 11th 05 05:28 AM


All times are GMT +1. The time now is 10:29 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"