Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and 2021. 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 7, 2025)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021


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

Sequentially Numbering Elements in Your Document

One of the most powerful and useful fields provided by Word is the SEQ field. This tip describes how you can use the ...

Discover More

Setting the AutoRecover Directory

When you are using Word, it normally saves temporary AutoRecover files that reflect the latest state of your document. If ...

Discover More

Adding Column Headings to a Table of Contents

Word makes it easy to create a Table of Contents. If you want column headings in that table, getting them takes a bit of ...

Discover More

Do More in Less Time! An easy-to-understand guide to the more advanced features available in the Microsoft 365 version of Word. Enhance the quality of your documents and boost productivity in any field with this in-depth resource. Complete your Word-related tasks more efficiently as you unlock lesser-known tools and learn to quickly access the features you need. Check out Microsoft 365 Word For Professionals For Dummies today!

More WordTips (ribbon)

Deleting a Bookmark

Create a bookmark and you may, at some future point, need to delete that bookmark. It's easy to do, as described in this tip.

Discover More

Getting Bookmark Information in VBA

Bookmarks are a handy way to "mark" locations within a document. If you are creating a macro that processes the document ...

Discover More

Finding Cross-References to Specific Bookmarks

Word allows you to create a cross-reference to several different types of content in your documents. For instance, you ...

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 six less than 9?

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.