Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Suzie_B Suzie_B is offline
external usenet poster
 
Posts: 1
Default How to create a new standard color on the palette?

I am wanting to create a new standard color (140R, 143G, 76B) for cells in a
table. Is there anyway to do this so that I don't need to go into Custom each
time??
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to create a new standard color on the palette?

Create a character style (and/or paragraph style) that has the font colour
attributes you require and apply it to the text.
For table background shading, use the following macro to apply your colour
to the table the cursor is in.

Sub MyTableColor()
Selection.Tables(1).Shading.BackgroundPatternColor = 5017484
End Sub

or for individual cells

Sub MyCellColor()
Selection.Cells.Shading.BackgroundPatternColor = 5017484
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Suzie_B wrote:
I am wanting to create a new standard color (140R, 143G, 76B) for
cells in a table. Is there anyway to do this so that I don't need to
go into Custom each time??



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzie_B[_2_] Suzie_B[_2_] is offline
external usenet poster
 
Posts: 1
Default How to create a new standard color on the palette?

Thanks Graham. I appreciate it.

"Graham Mayor" wrote:

Create a character style (and/or paragraph style) that has the font colour
attributes you require and apply it to the text.
For table background shading, use the following macro to apply your colour
to the table the cursor is in.

Sub MyTableColor()
Selection.Tables(1).Shading.BackgroundPatternColor = 5017484
End Sub

or for individual cells

Sub MyCellColor()
Selection.Cells.Shading.BackgroundPatternColor = 5017484
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Suzie_B wrote:
I am wanting to create a new standard color (140R, 143G, 76B) for
cells in a table. Is there anyway to do this so that I don't need to
go into Custom each time??




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to create a new standard color on the palette?

You are welcome

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Suzie_B wrote:
Thanks Graham. I appreciate it.

"Graham Mayor" wrote:

Create a character style (and/or paragraph style) that has the font
colour attributes you require and apply it to the text.
For table background shading, use the following macro to apply your
colour to the table the cursor is in.

Sub MyTableColor()
Selection.Tables(1).Shading.BackgroundPatternColor = 5017484
End Sub

or for individual cells

Sub MyCellColor()
Selection.Cells.Shading.BackgroundPatternColor = 5017484
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Suzie_B wrote:
I am wanting to create a new standard color (140R, 143G, 76B) for
cells in a table. Is there anyway to do this so that I don't need to
go into Custom each time??



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
modify fill color palette? EmiW Microsoft Word Help 2 March 28th 07 01:04 AM
Customize Color Palette in Word? Bettina Microsoft Word Help 2 March 14th 07 05:24 PM
Color palette DavidofSydney Microsoft Word Help 8 April 10th 05 05:51 AM
color palette bprice1866 Microsoft Word Help 2 November 30th 04 06:32 PM
Color Palette ktw Microsoft Word Help 2 November 29th 04 11:29 PM


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