Missing Header and Footer Toolbar

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


1

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

Converting Text to Uppercase in a Macro

Macros are often used to process documents. If part of the processing involves making text selections uppercase, Word ...

Discover More

Closing Excel when Closing the Last Workbook

Have you noticed that when you close the last workbook in Excel, the program window itself often stays open? This ...

Discover More

Merge and Center Not Available

What are you to do if you are trying to format a worksheet, only to find out that one of the tools you need is not ...

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)

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

Quickly Formatting Footers in Documents with Many Sections

Need to adjust all the footers or headers in a document that uses lots of them? It's easy to do if you understand how 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 7 + 0?

2016-04-18 09:23:44

Steve Dunham

When in doubt, reboot. We had a surprise power outage in the middle of the night, and in the morning the monitor was displaying a warning that video was out of range. The display was hanging off one side of the monitor, and one of the toolbars was off the top edge. The buttons on the monitor didn't help, but rebooting the computer put everything back where it was before.


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.