Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, 2021, 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: Random OLE Bookmarks.

Random OLE Bookmarks

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


2

Cheryl asked why Word sometimes inserts random OLE bookmarks into a document. These bookmarks are sequentially numbered and follow the naming pattern OLE_LINK##.

It appears that these bookmarks are created automatically by Word during some (but not all) cut-and-paste or copy-and-paste operations. You can visually see the bookmarks if you follow these steps:

  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. Display the File tab of the ribbon and then click Options.
  3. Click Advanced and scroll down to Show Document Content. (See Figure 1.)
  4. Figure 1. The Show Document Content group of the Advanced options of the Word Options dialog box.

  5. Make sure the Show Bookmarks check box is selected.

Or you can examine the list of bookmarks in the Bookmark dialog box if you choose Insert | Bookmark (Word 2007 or Word 2010) or Insert | Links | Bookmark (Word 2013 and later versions).

Microsoft provides no information in the Knowledge Base as to why these bookmarks are created, but they are a real bother to some people. The bookmarks serve no purpose that I can find, and they can be safely deleted. If you want an automatic way to delete them, you can use a macro:

Sub RemoveOLE_Marks()
    Dim J As Integer
    For J = ActiveDocument.Bookmarks.Count To 1 Step -1
        If UCase(Left(ActiveDocument.Bookmarks(J).Name, 8)) = "OLE_LINK" Then
            ActiveDocument.Bookmarks(J).Delete
        End If
    Next J
End Sub

Running the macro won't bother any other bookmarks in your system. The only ones affected are those that start with the letters OLE_LINK.

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

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

Determining If the End of a Text File Has Been Reached

When writing a macro that processes a text file, you may need to know when the end of the file has been reached. This is ...

Discover More

Specifying Superscript Text

Applying different formatting to the text within a cell can seem a bit confusing. This is certainly the case when it ...

Discover More

Specifying a Browser in a Hyperlink

Excel allows you to easily add hyperlinks to a worksheet. Click on it, and the target of the link is opened in a browser ...

Discover More

Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2021 or Microsoft 365. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word Step by Step today!

More WordTips (ribbon)

Printing a Bookmark List

Need to know what bookmarks are defined in a document? Here's a macro that creates a list of all your bookmarks so that ...

Discover More

Reusing a Bookmark

Bookmarks in Word are just like bookmarks used in paper books, any given bookmark may be reused to mark a new location. ...

Discover More

Removing All Bookmarks

Need to get rid of a lot of bookmarks all at once? Word doesn't provide a way to do it, but you can use the short macro ...

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 5 - 0?

2024-11-29 21:04:30

Anon

I just used this to create a Macro in MS Word for MAC version 16.91.
It worked properly with Visual Basic.
I don't know why Microsoft has not created a button in its bookmark insert for this.

I tried the manual way for a while but I have over 50 of these somehow.
I have to submit DOCX documents now and a document review system complains about these all the time.


2024-09-29 06:57:09

Ken Endacott

Similarly to OLE bookmarks, inactive hidden bookmarks can accumulate from deleted REF fields. Regenerating a Tables of Contents creates new bookmarks and leaves the old ones in limbo. Hidden bookmarks are not displayed with Show Bookmarks in Options, they have a name starting with an underscore character and can be seen by ticking Hidden bookmarks in the Bookmark menu.

Hidden bookmarks can be deleted using the Delete button in the Bookmark menu (not available in early Word versions). Before you delete one make sure it is not in use by clicking Go To, otherwise an error will occur in the reference field.


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.