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

Numbering Equations

If you want to number the equations in your document, it's easy to do using the SEQ field. The tricky part is making sure ...

Discover More

Digital Signatures for Macros

The security features built into Excel 2002 and 2003 allow you to digitally sign your macros so that users can rest ...

Discover More

Pulling Formulas from a Worksheet

The formulas in your worksheet can be displayed (instead of formula results) by a simple configuration change. You can ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!

More WordTips (menu)

Deleting All Headers and Footers

Headers and footers add a finishing touch to documents, but sometimes they can be bothersome. You may need to remove them ...

Discover More

Inserting a Cross-Reference to the First Style on a Page

A common way to set up a header is to have it refer to the first occurrence of a heading on the page. (Think how the ...

Discover More

Copying Headers and Footers

Need to get headers and footers from one document to another? You can use the steps in this tip to help make quick work ...

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

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.