Font color button

G

gordo

Is there a way to change the font color button in the font group to black as
the default, permanently. I cannot find anything. Perhaps there is a
registry value. There does not seem to be a way to change the normal.dotm
file.

Thanks,

Gordo
 
S

Stefan Blom

Assuming that you are using Word 2007 or later, do the following: Press
Ctrl+Alt+Shift+S to display the Styles pane. Click the Manage Styles icon.
On the Set Defaults tab, make the desired changes. Select "New documents
based on this template," and then click OK.

--
Stefan Blom
Microsoft Word MVP




"gordo" wrote in message news:[email protected]...
 
G

gordo

Thanks Stefan, but I guess I was not quite clear. I would like to change the
Font Color button, in the Font Group. It is the upper case A, underlined in
red with the drop down arrow. I believe that your suggestion applies to the
default font color for text that you type.

And yes, I did forget to state which version of Word, it is 2010.

Thanks,

Gordo

"Stefan Blom" wrote in message
Assuming that you are using Word 2007 or later, do the following: Press
Ctrl+Alt+Shift+S to display the Styles pane. Click the Manage Styles icon.
On the Set Defaults tab, make the desired changes. Select "New documents
based on this template," and then click OK.

--
Stefan Blom
Microsoft Word MVP




"gordo" wrote in message news:[email protected]...
 
P

Peter T. Daniels

The underline of the Font Color button shows whichever color you most
recently applied (and defaults to red when you reopen the file).
 
G

gordo

"Peter T. Daniels" wrote in message

The underline of the Font Color button shows whichever color you most
recently applied (and defaults to red when you reopen the file).


Yes, I realize that. I want to change the default to black so that when I
open Word, it shows black instead of red.

Gordo
 
S

Stefan Blom

"gordo" wrote in message
I want to change the default to black so that when I open Word, it shows
black instead of red.

There is a "Font color" choice on the Set Defaults tab of the Manage Styles
dialog box. Did you try it? You'll need to select "New documents based on
this template" to save the option to the attached template (which for blank
documents is Normal.dotm). I'm assuming that you are using Word 2007 or
2010.

What you can't do, however, is change the default color that *Word* applies
if you click the Font Color button on the Home tab.
 
S

Stefan Blom

"Stefan Blom" wrote in message news:[email protected]...
What you can't do, however, is change the default color that *Word*
applies if you click the Font Color button on the Home tab.

In other words, you will have to click the arrow (so that the drop down menu
displays) and then pick the color you want.

Obviously, modifying the document defaults (or a style) will be a lot
easier.
 
G

gordo

"Stefan Blom" wrote in message
"Stefan Blom" wrote in message news:[email protected]...
What you can't do, however, is change the default color that *Word*
applies if you click the Font Color button on the Home tab.

That is what I was afraid of. Oh well. The vast majority of my use of the
Font Color button is changing a font to black. The text is mostly from
copying something from web sites.

Thanks for clearing this up for me.

Gordo

In other words, you will have to click the arrow (so that the drop down menu
displays) and then pick the color you want.

Obviously, modifying the document defaults (or a style) will be a lot
easier.
 
S

Stefan Blom

Teaching users to paste in plain text format might be helpful, assuming that
they mostly paste text, of course.
 
P

Peter T. Daniels

When you copy something from a web site, use Paste Special and not
Ctrl-V, and the only annoying thing from the web page's formatting
that will come through is the paragraph breaks, often after every
line.

You can assign a keyboard shortcut (does Ctrl-Shift-V do anything for
you now?) and/or put its icon on your QAT.
 
S

Stefan Blom

"Peter T. Daniels" wrote in message
When you copy something from a web site, use Paste Special [---]

Or you could make use of a macro to ensure that you always paste in plain
text format:

Sub PastePlainTextOnly()
On Error Resume Next
Selection.PasteSpecial DataType:=wdPasteText
End Sub

Running the macro will be easy if you assign it to a QAT button and/or
associate it with a keyboard shortcut. For more, see
http://www.gmayor.com/installing_macro.htm.
 

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