Maybe that:
Option Explicit
Dim MyColor(1 To 100) As Long
' ----------------------------
Sub Demo00()
MyColor(56) = RGB(163, 193, 173)
End Sub
' ----------------------------
Sub Demo01()
Selection.Font.Color = MyColor(56)
End Sub
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Vista Small Business, Office XP
Tony Jollans - 08 Mar 2008 18:12 GMT
There is no equivalent. Word does not have a colour palette.
Well, that's not strictly true, but it doesn't have one you can use in the
same way as in Excel 2003.

Signature
Enjoy,
Tony
> Maybe that:
>
[quoted text clipped - 16 lines]
>
> Vista Small Business, Office XP