Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, 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: Finding an Invisible Text Box.

Finding an Invisible Text Box

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


1

When Vanessa prints her document, the printout includes a text box with text in it. When she looks at the document on-screen, she can't see the text box or the text it contains. Vanessa wants to delete the text box and wonders, since she can't see the text box, how she can find it to get rid of it.

There are a few things you should try. First, make sure you know the page on which the text box is located. This is a simple determination—just look at the printout to see on which page it occurs. You should make note of any surrounding text or elements that can help you to narrow down where to look in the document itself.

Now, make sure you are viewing your document in Print Layout view. If you are viewing your document in some other view, then you won't be able to see some of your graphics, including text boxes.

If the text box is still not visible, then you should check to make sure that the display of drawings hasn't been turned off. Follow these steps:

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

  5. Make sure the Show Picture Placeholders check box is cleared.
  6. Make sure the Show Drawings and Text Boxes on Screen check box is selected.
  7. Click on OK.

Provided you are still viewing the document in Print Layout view, you should be able to see any text boxes. If you still can't see it, it could be possible that the text box is formatted for no line and no fill and that the text it contains is formatted as hidden (and you have the display of hidden text turned off). If you suspect this is the case, try these general steps:

  1. Zoom out on your page so that you can see it all on the screen.
  2. Display the Home tab of the ribbon and, in the Editing group, click Select | Select Objects.
  3. Click and drag to create a selection box around the entire page.

When you release the mouse button, any objects on the page should be selected. You can then delete them by simply pressing the Delete key.

Word also includes a great way to see the objects in your document. Follow these steps:

  1. Display the Home tab of the ribbon.
  2. In the Editing group click Select | Selection Pane. Word displays the Selection and Visibility task pane at the right side of your document.
  3. Navigate to the page that—based on the printout—contains the errant text box.
  4. Use the controls in the Selection and Visibility task pane to select and control visibility of the object. (In the task pane, the small control at the right side of the object controls visibility.)

If you are still having problems locating and getting rid of the text box, you can try a macro approach. The following macro will step through all the shapes defined in the document and delete them. This is a great approach if the offending text box is the only shape in your entire document.

Sub Remove_Boxes()
    Dim aShape As Shape
    For Each aShape In ActiveDocument.Shapes
        If aShape.Type = msoTextBox Then
            aShape.Delete
        End If
    Next
End Sub

Finally, if the text box still appears on the printout, it could be that you aren't dealing with a text box at all. It could be that what you are seeing is actually a comment box (or, if you prefer, a "note," as Microsoft calls them in Microsoft 365) that is configured to print but not display on the screen.

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

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

An Automatic Two Spaces after a Period

Should you put two spaces after a sentence or just one? Ask different people and you will get different answers. To Word ...

Discover More

Every Second Tuesday

Need a way to enter dates from every second Tuesday (or some other regular interval)? Excel makes it easy, providing ...

Discover More

Outstanding Macro Function Reference

Looking for a great reference that you can use to help figure out the various worksheet functions available in Excel? ...

Discover More

The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!

More WordTips (ribbon)

Inserting a Text Box

Many people use text boxes to help organize and layout information on the page. Here's how you can add text boxes to your ...

Discover More

Removing All Text Boxes In a Document

Text boxes are a common element of many types of documents. At some point you may want to get rid of all the text boxes ...

Discover More

Getting Rid of a Text Box, but Not the Text

Text boxes are designed to hold text. (Makes sense, right?) If you want to get rid of a text box, yet still keep the ...

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 seven more than 1?

2023-12-15 06:53:41

CSB

Thank you for this, I've just had to chase down an invisible text box that was driving me nuts. Used the Select Objects tool. Still no idea where it was why it couldn't be seen.


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.