Missing Header and Footer Toolbar

Written by Allen Wyatt (last updated November 1, 2025)
This tip applies to Word 97, 2000, 2002, and 2003


Dody experienced a problem with her Header and Footer toolbar. It used to be visible, but all of a sudden the toolbar is no longer displayed when editing either the header or the footer area.

It is possible that the toolbar is simply not being displayed where you are used to looking for it. When you choose View | Header and Footer, the toolbar should appear on the screen, but may not be floating over your document. The Header and Footer toolbar could be docked to one of the sides of your program window. It could be located at the top, bottom, left, or right sides of your screen, at the border of the program window itself. If so, you can drag the left edge of the toolbar (if it is docked at the top or bottom of the screen) or the top edge of the toolbar (if it is docked at the left or right of the screen) toward the middle of the screen so it will again float.

It is also possible that the toolbar really is being displayed, but has been dragged off-screen or is in a part of the screen that is not visible. (For instance, you could have changed to a lower screen resolution, and whereas the toolbar was visible at the higher resolution, now it is outside of the visible screen area.) If that is the case, you can use a small macro to return the toolbar to a visible area of your screen:

Sub ShowTB()
    ActiveWindow.ActivePane.View.Type = wdPrintView
    ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader

    With CommandBars("Header and Footer")
        .Visible = True
        .Position = msoBarFloating
        .Left = 250
        .Top = 250
    End With
End Sub

This macro first places the insertion point within the header. It then makes sure that the Header and Footer toolbar is visible, that it is floating, and that it is located 250 pixels from the left and top of the screen, which should be in the visible area.

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 (7747) applies to Microsoft Word 97, 2000, 2002, and 2003.

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

Opening Multiple Workbooks at Once

Need to open a bunch of workbooks from within Excel? It's easy to do when you construct a selection set in the Open ...

Discover More

Formatting Footnotes and Endnotes

Footnotes and endnotes can be formatted in the same way that you format regular text in your document. There is an easier ...

Discover More

Calculating Months of Tenure

Need to know the number of months between two dates? It's easy to figure out if you use the DATEDIF function.

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 (menu)

Inserting the Date in a Header or Footer

Need today's date in the header or footer of your document? Here's how to get it there easily.

Discover More

Preventing the Left Margin of a Footer from Moving

When you print a document, does the position of the page footer seem to move left and right? This could have to do with ...

Discover More

Putting Document Names in Headers or Footers

Want to include the file name of a document on the printed copy without rearranging the layout? You can use a header or ...

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 2?

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.