Word select all text of one colour

I have a document with text and borders in a fuchsia type colour. The RGB colour was determined using a ColorPicker tool in Gimp, and then those RGB values used for a custom text colour in the Word document.

There are many separate items with this custom colour. Is there a way to make the custom colour darker for all items in the document, or simply to make the fuchsia colour print darker or more intense when I print it?

Sathyajith Bhat's user avatar

asked Feb 5, 2013 at 8:39

ProfK's user avatar

1

Yes, you can, maybe. I did this with Word 2010. Here are the steps:

  1. Press Ctrl-H, and click the More button in the Find and Replace dialog. Click the find tab.
  2. Click the Format button, and select Font.
  3. Select the color to be changed—leaving all else blank—and click OK.
  4. Click the Replace tab, and repeat steps 2 and 3 to select the new color.
  5. Click Replace All.

bummi's user avatar

bummi

1,6934 gold badges16 silver badges28 bronze badges

answered Jan 28, 2015 at 17:18

Billy McDougal's user avatar

As far as I know it’s not possible to simply change a color so that every item that has that color assigned is changed.

I would assign styles to the different items in your document and assign the color in the style. That way you don’t always have to go to look for every item and change it, but change the color in the styles.

To get an idea of how to work with styles, see here:
http://office.microsoft.com/en-us/word-help/style-basics-in-word-HA010230882.aspx#BM4
http://office.microsoft.com/en-us/word-help/make-changes-to-a-quick-style-set-HA010201147.aspx

Unfortunately the colors that you set in Word are mostly not the same that you get printed out. That’s because your monitor uses RGB color space (additive color mixing) and your printer uses CMYK color space (subtractive color mixing).

enter image description here

Not all the colors that you can see on your screen can be printed, because your screen mixes the color with light and your printer with ink.

So to make the fuchsia color more intense in the sense of brighter or more luminous will not be possible to that extent that you would have on your screen. To make it darker is no problem.

It depends on the printer how well it can replicate a color. Cheaper printers often produce desaturated colors.

answered Feb 5, 2013 at 10:25

Gchtr's user avatar

GchtrGchtr

1888 bronze badges

Written by Allen Wyatt (last updated April 6, 2019)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


Steve has a document which, in various places, uses a text color that has an RGB value of 102, 255, 255. This, in the end, proved an inadequate color for his needs, so he needs to change the color of all that text to have an RGB value of 181, 255, 255. Steve wonders if there is a way to make the change all at once.

There are three ways you can go about approaching this problem. The first is to rely on styles. The idea would be to create a character style for the text you want in that particular color. When you are creating the document, apply that style to all those words you want to appear in that color. Then, when you need to change the color (or any other attributes of that text), simply make your changes to the style. This results in all instances of text to which the style is applied being updated, immediately.

The second approach is to simply use Find and Replace. Follow these steps:

  1. Press Ctrl+H. Word displays the Replace tab of the Find and Replace dialog box.
  2. Click the More button, if it is available. The dialog box expands.
  3. Make sure the Find box is empty and the insertion point is in that box.
  4. Click the Format button and then click Font. Word displays the Find Font dialog box.
  5. Click the Font Color drop-down list and choose More Colors. Word displays the Colors dialog box.
  6. Make sure the Custom tab is displayed.
  7. Using the Red, Green, and Blue controls, specify the RGB values of the text you want to change.
  8. Click OK to dismiss the Colors dialog box.
  9. Click OK to dismiss the Find Font dialog box. The Find and Replace dialog box should still be visible, with the custom color showing under the Find box.
  10. Make sure the Replace With box is empty and the insertion point is in that box.
  11. Click the Format button and then click Font. Word displays the Replace Font dialog box.
  12. Click the Font Color drop-down list and choose More Colors. Word displays the Colors dialog box.
  13. Make sure the Custom tab is displayed.
  14. Using the Red, Green, and Blue controls, specify the RGB values of the color you want to use.
  15. Click OK to dismiss the Colors dialog box.
  16. Click OK to dismiss the Replace Font dialog box. The Find and Replace dialog box should still be visible, with the custom color showing under the Replace box.
  17. Click Replace All. Word displays a dialog box informing you how many replacements it made.
  18. Click OK to dismiss the information dialog box.
  19. Click Close to dismiss the Find and Replace dialog box.

Finally, you can always use a macro to make the replacements. This is particularly useful if you have a large number of documents in which you need to make the same change. The following macro essentially automates the Find-and-Replace steps just presented.

Sub FixColor()
    With Selection.Find
        .ClearFormatting
        .Font.Color = RGB(102, 255, 255)
        .Text = ""
        .Forward = True
        .Wrap = wdFindContinue
        .Format = True
        .MatchCase = False
        .MatchWholeWord = False
        .MatchWildcards = False
        .MatchSoundsLike = False
        .MatchAllWordForms = False

        .Replacement.ClearFormatting
        .Replacement.Font.Color = RGB(181, 255, 255)
        .Replacement.Text = ""
    End With
    Selection.Find.Execute Replace:=wdReplaceAll
End Sub

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I’ve prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training.
(Microsoft Word is the most popular word processing software in the world.)
This tip (6858) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365.

Author Bio

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. Learn more about Allen…

MORE FROM ALLEN

Numbering With Sequence Fields

You can use sequence fields for reliable numbering. They are quick, easy, and don’t have some of the drawbacks of …

Discover More

Worksheet Events

You can create macros that are automatically executed whenever certain events occur within a worksheet. This tip details …

Discover More

Choosing How to Use Multiple Monitors

Do you have multiple monitors (or a projector) hooked up to your system? Here’s how to utilize that second display device …

Discover More

Using the command “Select All Text With Similar Formatting,” you can select every piece of text in the document that shares the same formatting.

In other words, this helps to select all the text in the Word document (for example, formatted text with bold, italic, color, etc.) in the same manner.

Firstly, select the text you want in the document, as in the screenshot below.

To select text in the multiple places you want in a Word document, Press and hold down the CTRL key then select all the text with the mouse as many times as you want.

Multiple text selection
Select text for formatting

Go to the Home tab,  and then apply any text formatting you want, as in the screenshot below. For example, format text with color, bold, italic, underline, etc. 

Apply different text formattingfrom home tab
Text decoration

Position the cursor at one of the text formatting’s that you have applied.

Click one of the formatted fonts
Click one of the formatted text

Now go to the Home Tab 

Then click on “Select”  in the editing group

And then click on “Select All Text With Similar Formatting“. 

Select text with similar formatting
Select text with similar formatting

Select: Under the option “Select”, you have various commands to select text and objects, such as “Select All,” “Select Objects,” and “Select Text with Similar Formatting.”

Select All: This command helps you select all the contents (with all the formatting) of a Word document. To do this, go to the Home tab, click on select, and then click on select all.

Select Objects: Select Objects is commonly used to select multiple objects in a Word document, such as shapes and pictures. To do this → Go to the Insert tab and insert the objects such as pictures, shapes, icons, etc. Then, on the Home tab, click the Select button, and then Then, press the Select Objects button. Now select all the objects with the mouse.

What is the “Select All The Text With Similar Formatting” in Word?

The “Select all text with similar formatting” command helps you to select all text with the same formatting such as bold, italic, underline, size, colour or some or all of these.

Old

02-12-2010, 04:12 AM

Invain
Invain is offline

Select text by color Mac OS X Select text by color Microsoft Office 2008 for Mac

Novice

Select text by color

 

Join Date: Feb 2010

Posts: 1

Invain is on a distinguished road

Default

Select text by color


Hello,

I have large .doc files with some words or sentences in red color. I have to change that color to magenta.

Is there a way to select text by color and then change it to another color?

Thanx in advance.

Reply With Quote

Old

02-14-2010, 07:08 AM

Expert

 

Join Date: Mar 2009

Location: Dawsonville, Ga (NE of Atl)

Posts: 355

zyzzyva57 is on a distinguished road

Default


In Find What > enter what you to find to change AND also click in Replace > Format > find the formatting you want to change
Do this again in Replace with:

Note, it is to me counter-intuitive to use Replace both times

Reply With Quote

Selecting all the highlighted text in Word or Google Docs is a very useful option when you only want to copy or obtain a part of the text and not all of it. It is as useful as creating a macro Word document. Both allow, as if it were paper, to highlight with different colors that section of text that catches your attention the most. So differentiate it from the rest of the text.

Sometimes it happens that you want to select only the highlighted text of a document. This can be done manually using the mouse, which is not very difficult. However, if it is a very long writing, this task becomes quite tedious.

Select all highlighted text in Word or Google Docs

Word and Google Docs are tools that have the option to highlight the text in different colors. Just as you would with a highlighter on a sheet of paper. This is a way to delimit those areas of the document that are most important or that attract your attention.

What if you want to select highlighted text in a document and it is separated by paragraphs without highlighting? One way is to do it with the mouse, shading those highlighted paragraphs that interest you the most while holding down the “Ctrl” key .

But this option is not functional at all if it is a very long text. In addition, if for any reason it happens that you stop pressing the “Ctrl” key , you will lose all the selection work done. So this way of doing it is neither the most comfortable, nor the most reliable.

However, there is a much faster and more efficient way to select all the highlighted text in Word or Google Docs that many people don’t know about. This will make it easier for you to select the text in question so that you can copy it into another document or use it in another program.

Steps to select all highlighted text in Word or Google Docs

Open a Word document without risk of being infected by a virus if you received it in the mail. Although, you can also choose one that is already done on the computer.

If you want to select all the highlighted text in Word or Google Docs automatically, you must press the “Ctrl + H” keys at the same time . This will open a dialog box called “Find and Replace.” In it you must click on the ” Search ” section.

In the lower left corner of this dialog box is the option ” More “, click there to see more search options. In the new options that you will see, locate the ” Format ” section and click on it. A pop-up menu will appear where you must select the ” Highlight ” section.

In this way, the “ Highlight ” format will be reflected in the search bar. After this you must click on the ” Search in” button and, in the pop-up menu, choose the ” Main document ” option .

A message will appear indicating how many elements that match this format have been selected. Then close the conceptual menu by pressing the ” Esc ” key and in turn, click on the X to close the dialog box. Now you can notice that all the highlighted text has been selected in Word or Google Docs automatically.

Use selected text in another document

If you want to use the highlighted text in another Word document or make it easier to remove or delete hyperlinks in Word documents , just copy the entire selection. This can be done by clicking the right mouse button and selecting the ” Copy ” option from the context menu, or by pressing the “Ctrl + C” keys .

To open a new Word document you must go to the ” File ” section found in the menu located at the top of the screen. There, look for the option ” New ” and select it. Then press the option “Blank Document” to open a new Word document. When you see it on the screen, press the “Ctrl + V” keys and all the selected text will be copied.

oddlyinsane



Mar 11, 2012



4



0



10,510

0


  • #1

How do I select text with a specific colour in Word 2013? E.g. only highlight/select text with red font.

Thanks

USAFRet



Mar 16, 2013



7,343



76



39,590

1,498


  • #2

Depends on exactly ‘why’, but some VBA code could do it.

Read through each character:
IF font.color = VBRed (or whatever value of red you’re using), Select
Move to next character, repeat.

Thread starter Similar threads Forum Replies Date

D

Solved! Cannot get the mouse cursor inside a pop-up to make a selection! Any suggestions? Apps General Discussion 4 Feb 15, 2021

M

Question Merging a selected number of PDF files Apps General Discussion 3 Mar 19, 2020

B

Solved! Can’t select VLC media player as default meidia player Apps General Discussion 3 Nov 5, 2018

H

Firefox audio issue with 6 channel selection Apps General Discussion 2 May 17, 2018

electro_neanderthal

Selecting the Best Free Drawing Software for Your Needs. Apps General Discussion 0 Feb 26, 2018

W

Remotely Select Music to Play on a Computer — Not Streaming Music Apps General Discussion 4 Aug 12, 2017

H

Microsoft OneDrive ‘sync conflicts’ greyed out, can’t select. Apps General Discussion 2 Jun 20, 2017

S

Chromecast not working when I select Google Play music in my cellphone. Both are connected to same network Apps General Discussion 6 May 22, 2017

M

How to select one-column only from online chart? Apps General Discussion 5 Mar 8, 2017

J

Selecting and deleting a range of messages in Android Gmail Apps General Discussion 4 Oct 29, 2016

W

Backup program with encryption and selective restore, corrupt resistant Apps General Discussion 8 Jun 2, 2016

C

Selecting a record in MS Access to view in form Apps General Discussion 1 Dec 13, 2015

G

Keep an application the «primary» selected application and on front of screen even if other application prompts you? Apps General Discussion 2 Oct 3, 2015

F

How do you select one of many similar tags to edit in CSS? Apps General Discussion 1 Feb 19, 2015

L

change/delete proxy selection Apps General Discussion 1 Dec 14, 2014

S

Looking for highlightning C++ Program Editor with also the posibility to change the background of some selected pieces of text Apps General Discussion 9 Nov 20, 2014

viveknayyar007

Manually Select Which iOS Apps to Backup Apps General Discussion 0 Oct 3, 2014

P

can I highlight the row and column label if a cell is selected within a spreadsheet Apps General Discussion 4 Sep 17, 2014

M

Realtek Audio Can’t Select Default? Apps General Discussion 2 Aug 18, 2014

dstarfire

What is this image editor feature called to select elements after they’re placed? Apps General Discussion 3 Feb 15, 2014

  • Advertising
  • Cookies Policies
  • Privacy
  • Term & Conditions
  • Topics

Selecting all highlighted text in Word or Google Docs is a very useful option when you want to copy or get only part of the text and not all of it. It is as useful as create a macro Word document. Both allow, as if it were a piece of paper, to highlight with different colors the section of text that catches your attention the most. So differentiate it from the rest of the text.

There are times when you want to select only highlighted text of a document. This can be done manually using the mouse, which is not very difficult. However, if it is a very long write, this task becomes quite tedious.

Word and Google Docs are tools for highlighting text in different colors. Just like you would with a highlighter pen on a sheet of paper. It’s a way of mark out the areas of the document that are most important or that catch your attention.

What if you want to select highlighted text in a document and it is separated by unhighlighted paragraphs? One way is to do this with the mouse, shading the highlighted paragraphs that interest you most while maintaining the «Ctrl» key depressed .

But this option is not at all functional if it is a very long text. In addition, if for some reason you stop pressing the «Ctrl» key, you will lose all the selection work you have done. This way of doing things is therefore neither the most comfortable nor the most reliable.

However, there is a much faster and more efficient way to select all the highlighted text in Word or Google Docs that a lot of people don’t know about. This will make it easier for you to select the text in question so that you can copy it to another document or use it in another program.

Steps to Select All Highlighted Text in Word or Google Docs

Open Word document without risk of virus infection if you received it by courier. However, you can also choose one that is already made on the computer.

If you want to automatically select all highlighted text in Word or Google Docs, you need to press the «Ctrl + H» keys . This will open a dialog called “Find and Replace”. In it, you have to click on the section » Search «.

In the lower left corner of this dialog is the option » Plus “, Click here to see more search options. In the new options that you will see, find the section » Format And click on it. A context menu will appear in which you must select the section « Highlight ».

In this way, the format » Highlight Will be reflected in the search bar. Then you have to click on the button » Search in» and, in the contextual menu, choose the option » Main document ”.

A message will appear indicating how many items matching that format have been selected. Then close the conceptual menu by pressing the touch » Escape And in turn click on the X to close the dialog box. You may now notice that all the highlighted text has been selected automatically in Word or Google Docs.

Use selected text in another document

If you want to use the highlighted text in another Word document or make it easier to removal or deletion of hyperlinks in Word documents , just copy the entire selection. This can be done by clicking the right mouse button and selecting the option » Copier »In the contextual menu, or by pressing the «Ctrl + C» keys.

To open a new Word document, you must go to the » File » who is found in the menu at the top of the screen. There, look for the option » New And select it. Then press the option «Blank document» to open a new Word document. When you see it on the screen, press the «Ctrl + V» keys and all selected text will be copied.

Ezoic

  • Remove From My Forums
  • Question

  • It is my understanding after doing a lot of research that it is not possible to change the color of selected text in Word 2016, but I wanted to make sure that this is actually the case. It seems absolutely ridiculous that we would not have this option.
    Instead, we are limited to this light gray selection color that is almost impossible to see when you are working with white text on a black background, as I have to do in order to save my eyes from the blinding white of a white page. 

    Please let me know if this is indeed the case. If we are stuck with this, I kindly ask you to upvote this request for Microsoft to change this at https://word.uservoice.com/forums/304924-word-for-windows-desktop-application/suggestions/10523568-please-allow-users-to-change-the-color-of-the-text

    Thank you for your help!

Answers

  • Hi,

    As far as I know, we have no way to change the color of selected text in Word 2016. We’ll also help to submit this to the product team via our internal channel, for consideration for a future product or update.

    Thank you for your understanding.

    Regards,

    Ethan Hua


    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    tnmff@microsoft.com

    • Edited by

      Thursday, April 28, 2016 5:13 AM

    • Proposed as answer by
      Ethan HuaMicrosoft contingent staff
      Thursday, May 5, 2016 8:40 AM
    • Marked as answer by
      poetofpiano
      Friday, May 6, 2016 5:45 PM

If you ever want to change the style of all the headings or captions in a document, bold all the italicized text, or otherwise fine-tune the formatting of your document in one swoop, Microsoft Word has a setting for that.

Highlight some text with the formatting you want to change, then in the Editing menu, go to Select > «Select all text with similar formatting.» Then you can stylize as you wish. (This is a feature also in Google Docs, by the way.)

Already knew that, Microsoft Word maven? Perhaps one of the other nineteen overlooked Word features outlined at PC Authority will teach you something new. For example, if you click the tiny pop-out icon of the Clipboard on the Home tab, you can select up to 24 items saved in that panel. Handy!

How to: 20 features you’ve never used in Word | PC Authority

Понравилась статья? Поделить с друзьями:
  • Word similar to because
  • Word similar in meaning to protect
  • Word similar in meaning to found
  • Word signs for the home
  • Word signs for house