how do I get the custome color blue 255 to be permanent in office

J

jaycuu

I need the custome color Blue 255 to stay in my text color dropdown away. I
use it in 30 document each day. Going through the process in each document is
very time consumming. This is the color of all internet links. I do not
understand why this color is no longer a standard color in Office 2007.

How do I fix this.
 
D

Doug Robbins - Word MVP

Use a macro with the following code

Selection.Font.Color = RGB(0, 0, 255)


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top