I am using WORD 97, is it possible to create custom text colours, if so would
someone be kind enough to provide me with some code?

Thanks
--
Mark

Re: Creating custom text colours by Dawn

Dawn
Tue May 24 10:36:12 CDT 2005

I don't have Word 97 to test with, but this code will work with Word
2000.

With ActiveDocument.Styles("Normal").Font
.Color = RGB(0, 174, 23)
End With

I did discover that all combinations of the RGB were not recognized,
but at least this gives you something to "play" with.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.

"Mark" <Mark@discussions.microsoft.com> wrote in message
news:BFF29947-9606-4667-9464-F24B644D608F@microsoft.com...
>I am using WORD 97, is it possible to create custom text colours, if
>so would
> someone be kind enough to provide me with some code?
>
> Thanks
> --
> Mark