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: Making Bookmarks Bold.

Making Bookmarks Bold

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


1

If you have quite a few bookmarks in your documents, you may want to highlight them, perhaps by making them bold, so that you can see them better. Word provides a direct way to highlight bookmarks:

  1. Display the Word Options dialog box. (In Word 2007 click the Office button and then click Word Options. In Word 2010 and later versions display the File tab of the ribbon and then click Options.)
  2. Click Advanced at the left side of the dialog box.
  3. Scroll down until you see the Show Document Content section. (See Figure 1.)
  4. Figure 1. The Advanced options of the Word Options dialog box.

  5. Make sure the Show Bookmarks check box is selected.
  6. Click OK.

The result is that any bookmarks in the document are surrounded by [brackets]. These don't print, but only appear on-screen and are very helpful in visually locating the bookmarks.

If you actually want to make the bookmarks bold, one approach is to create a special character style to be used for bookmarks. You could set the style to be bold, and then apply it to all your bookmarked text.

You can also use a macro to make your bookmarks bold. The following macro will step through each bookmark in a document and make its text bold:

Sub BookMarks2Bold()
    Dim bm As Bookmark
    Dim tx As Range

    Set tx = ActiveDocument.StoryRanges(wdMainTextStory)
    For Each bm In tx.Bookmarks
        bm.Range.Bold = True
    Next
End Sub

If you later want to turn off the bold attribute for bookmarks, you can do so by changing True to False in the line that actually does the property assignment.

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 (10730) 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: Making Bookmarks Bold.

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

Converting Text Into a Table

Need a block of text to appear in a table? Word can do the conversion for you very quickly.

Discover More

Using Check Boxes

Check boxes, just like those used in Windows dialog boxes, can be a great addition to a worksheet. Here's how to add them ...

Discover More

Making Common Information Accessible

Got a bunch of info that is common to a lot of your documents? Here's a way to get that information standardized among ...

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)

Determining the Number of Bookmarks Defined in a Document

If you develop a macro that needs to work with bookmarks defined in a document, it is inevitable that you will need a way ...

Discover More

Getting the Names of Defined Bookmarks

When creating a macro, you may need to determine the names of the bookmarks in the document. You can do this using the ...

Discover More

Shortcut to Display Bookmarks

It can be helpful to see where the bookmarks are located in a document. This tip provides a quick way that you can both ...

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 five less than 6?

2021-07-31 07:19:07

Jim Boyle

An alternative that is probably relevant to this problem is also applicable to the problem of recognising footnotes and endnotes in the body of a document.

I use a Style sheet in which I modify the FOOTNOTE REFERENCE Style to BOLD which improves the visibility of the reference both to myself and to the reader using the finalised document.

In addition, for many documents, I make two further changes in that Style "Footnote Reference":
* I Increase the text size - which may necessitate altering the line spacing of the underlying text style, and
* Change the Footnote Reference style to use a different colour (red).

Since I usually print documents on a Black/white printer this has minimal impact on the printed output, but makes the referenced text easier to recognise.

Ciao from "Down under."
JB
jimboyle@optusnet.com.au


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.