Please Note: This article is written for users of the following Microsoft Word versions: 97, 2000, 2002, and 2003. If you are using a later version (Word 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Word, click here: Finding an Invisible Text Box.

Finding an Invisible Text Box

Written by Allen Wyatt (last updated April 7, 2022)
This tip applies to Word 97, 2000, 2002, and 2003


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, anywhere, 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, however, make sure you know the page on which the text box is located. This is a simple determination—just look at the printout and see which page it occurs on. 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 or Page Layout view. (The view goes by different names, depending on what version of Word you are using.) If you are viewing your document in Normal 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. Choose Options from the Tools menu. Word displays the Options dialog box.
  2. Make sure the View tab is displayed. (See Figure 1.)
  3. Figure 1. The View tab of the Options dialog box.

  4. Make sure the Picture Placeholders check box is cleared.
  5. Make sure the Drawings check box is selected.
  6. Click on OK.

Provided you are still viewing the document in Print Layout or Page 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. With the Drawing toolbar open, click the Selector tool. (The tool looks like an arrow, similar to your mouse pointer.)
  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.

Another thing you can try is to simply change the background color for your screen. Choose Background from the Format menu and then select a color. This color is applied to the whole document. If the text box is filled with white (as opposed to no fill), then it should stand out on the page and be easily selectable.

You could also simply step through the objects in the document. If you have other objects (drawings, for instance, or other text boxes), select the one that appears in your printout before the problem text box. Once selected, you can press the Tab key and Word should take you to the next object. You can then press the Delete key to get rid that object.

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 that is configured to print but not display on the screen. You can use the Object Browser (discussed in other issues of WordTips) to easily step through any comments that may be in your document.

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 (10073) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) 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

Condensing and Expanding Headings

When working in Outline view, you'll undoubtedly have the need to expand or condense information under your headings. It ...

Discover More

Can't Place Merge Field in Header of a Catalog Merge Document

Word can perform several different types of mail merge operations, and the type you choose can affect how you are able to ...

Discover More

Breaking Into Sentences

Macros allow you to easily extend what you can do with Word. If you have a common editing task, that task can often be ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (menu)

Adding Sidebars

When designing your document, you may want to use sidebars like you see in magazines and some books. This tip explains ...

Discover More

Changing Orientation of a Text Box

Want to change how a text box is oriented on the page? You can't do it, but you can adjust the dimensions of the box ...

Discover More

Inserting a Text Box

Text boxes are a great way to implement non-standard ways of laying out your document. They allow you to put text at ...

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 9 + 3?

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 menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon 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.