Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Reversed Bolding.

Reversed Bolding

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


Jeff has a problem when it comes to pasting information from other people's documents into his. He works in an office where different departments send him reports. He copies information from those reports to an "overview" document. All the copying and pasting goes well, except for one document. When he copies information from that document and pastes it into his, the pasted information has the bold attribute reversed. In other words, what was regular text in the original document is now bold, and what was bold is now regular.

Copying information from one document to another can be, at times, a hit-and-miss proposition. The reason is that it doesn't always work as we expect it to, particularly when it comes to formatting. The problems can typically be traced to a difference in how styles and formatting are handled in both the source and target documents.

You see, even if you don't use styles, Word still does. Every paragraph has a style applied to it, regardless of whether you think it does or not. When you copy paragraphs from one document to the other, Word doesn't think "hey, I'm copying regular text over." Instead, it thinks "hey, I'm copying text formatted with the SoAndSo style over." If both the source and target documents use a style with the same name, and that style is formatted differently in both, then the copied text won't look the same in the target document as it does in the source. You can find a particularly good explanation of this entire concept here:

https://shaunakelly.com/word/styles/formatoftextchanges.html

The best long-term solution, then, is to make sure that both the source and target documents use the same styles, and that the styles are applied properly in both documents.

If utilizing styles is not an option (perhaps office politics won't allow for it), then you may be forced to simply try to "fix" the information pasted in your target document. There are two ways you can do this: by using Find and Replace or by using a macro. To use the Find and Replace method, follow these general steps:

  1. Search for text formatted as bold, replacing it with regular text formatted with a color, such as red.
  2. Search for text that is neither bold nor red, replacing it with bold text that is not red.
  3. Search for text that is red, replacing it with regular text.

The use of a different-colored text (red) is necessary so that there can remain a differentiation between the text that is supposed to end up bold and the text that is supposed to end up regular.

If you use a macro, there is no such problem. The following simple macro goes through each character in a selection and simply changes the condition of the bold attribute.

Sub ReverseBold()
    Dim c
    For Each c In Selection.Characters
        c.Font.Bold = Not c.Font.Bold
    Next c
End Sub

All you need to do is select the text you just pasted—the text that has the bolding reversed—and run the macro. Every instance of bold text is changed to regular, and regular is changed to bold.

Note:

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 (13132) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Reversed Bolding.

Author Bio

Allen Wyatt

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. ...

MORE FROM ALLEN

Using VLOOKUP to Access Information to the Left

One of the most useful function in Excel is VLOOKUP. One thing it won't do, however, is allow you to lookup information ...

Discover More

Pasting a Hyperlink

Need a quick link within a document to some external data? You can paste information so that Excel treats it just like a ...

Discover More

Sorting within a Chart

When creating a chart based on data in a worksheet, you may want to sort the information in the chart without rearranging ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (ribbon)

Specifying Font Styles

Fonts, by default, come with one or more styles that define variations of how that font is displayed in your document. ...

Discover More

Superscript and Subscript at the Same Place

Do you want a superscript and subscript character to appear directly above each other? There are multiple ways you can ...

Discover More

Missing Fonts in a Letterhead

When you create a document (such as a letterhead) that you want multiple people to use, you need to be concerned with ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.