Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
b4a5s b4a5s is offline
external usenet poster
 
Posts: 2
Default How to save a color to palette without recreating it. (Word, 2002)

I'm doing a Table and each cell has one of four background colors. They are
not on the default "Fill Colors", so I have to go in and reselect the RGB
each time. How can I put the color on the palette? Or is there another way
to save it so all I have to do is click on it when I need that color?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default How to save a color to palette without recreating it. (Word, 2002)

On Mon, 18 Jan 2010 14:49:01 -0800, b4a5s
wrote:

I'm doing a Table and each cell has one of four background colors. They are
not on the default "Fill Colors", so I have to go in and reselect the RGB
each time. How can I put the color on the palette? Or is there another way
to save it so all I have to do is click on it when I need that color?


You can record or write four macros, one to apply each color, and put
buttons on a toolbar to run the macros.

If you record a macro while you apply a shaded background to a cell,
you'll get something like this:

Sub Sample()
Selection.Shading.Texture = wdTextureNone
Selection.Shading.ForegroundPatternColor = wdColorAutomatic
Selection.Shading.BackgroundPatternColor = 11182170
End Sub

The number represents the RGB color, by a rather complex formula. But
it's easy to write a macro that's more understandable, like this one
(see http://www.gmayor.com/installing_macro.htm if needed):

Sub BlueShade()
Selection.Shading.BackgroundPatternColor = _
RGB(red:=80, green:=184, blue:=244)
End Sub

To make the other macros, just change the name BlueShade to something
that describes another color, and change the numbers for red, green,
and blue.

To make buttons for the macros, see
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default How to save a color to palette without recreating it. (Word, 2002)

On Mon, 18 Jan 2010 14:49:01 -0800, b4a5s
wrote:

I'm doing a Table and each cell has one of four background colors. They are
not on the default "Fill Colors", so I have to go in and reselect the RGB
each time. How can I put the color on the palette? Or is there another way
to save it so all I have to do is click on it when I need that color?


You can record or write four macros, one to apply each color, and put
buttons on a toolbar to run the macros.

If you record a macro while you apply a shaded background to a cell,
you'll get something like this:

Sub Sample()
Selection.Shading.Texture = wdTextureNone
Selection.Shading.ForegroundPatternColor = wdColorAutomatic
Selection.Shading.BackgroundPatternColor = 11182170
End Sub

The number represents the RGB color, by a rather complex formula. But
it's easy to write a macro that's more understandable, like this one
(see http://www.gmayor.com/installing_macro.htm if needed):

Sub BlueShade()
Selection.Shading.BackgroundPatternColor = _
RGB(red:=80, green:=184, blue:=244)
End Sub

To make the other macros, just change the name BlueShade to something
that describes another color, and change the numbers for red, green,
and blue.

To make buttons for the macros, see
http://www.word.mvps.org/FAQs/Custom...oToToolbar.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans Tony Jollans is offline
external usenet poster
 
Posts: 1,308
Default How to save a color to palette without recreating it. (Word, 2002)

The colours should show under "Recent Colors" on the colour palette if they
are 'non-standard' and have been used recently (in the current Word
session).

--
Enjoy,
Tony

www.WordArticles.com

"b4a5s" wrote in message
...
I'm doing a Table and each cell has one of four background colors. They
are
not on the default "Fill Colors", so I have to go in and reselect the RGB
each time. How can I put the color on the palette? Or is there another
way
to save it so all I have to do is click on it when I need that color?


  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans Tony Jollans is offline
external usenet poster
 
Posts: 1,308
Default How to save a color to palette without recreating it. (Word, 2002)

The colours should show under "Recent Colors" on the colour palette if they
are 'non-standard' and have been used recently (in the current Word
session).

--
Enjoy,
Tony

www.WordArticles.com

"b4a5s" wrote in message
...
I'm doing a Table and each cell has one of four background colors. They
are
not on the default "Fill Colors", so I have to go in and reselect the RGB
each time. How can I put the color on the palette? Or is there another
way
to save it so all I have to do is click on it when I need that color?


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
How do I save a custom color in Word 2002? PartnersUs Microsoft Word Help 5 March 15th 10 06:17 AM
Is it possible to customize a color palette in Word as in Excel? H jeanie Microsoft Word Help 1 August 23rd 07 05:25 PM
Color Palette change in Word 2003 Bettina Microsoft Word Help 9 March 23rd 07 08:48 PM
Customize Color Palette in Word? Bettina Microsoft Word Help 2 March 14th 07 05:24 PM
How to change the Word default color palette? Cheryl Microsoft Word Help 4 August 31st 06 05:26 PM


All times are GMT +1. The time now is 01:50 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"