Displaying the File Tab of the Ribbon by Default

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


Bruce notes that when Word 2016 is started, it opens with the Home tab of the ribbon displayed. He would like it to start with a different tab displayed, such as the File tab.

Unfortunately, there is no easy way to do this in Word. The configuration capabilities of Word 2016 are better than those of earlier versions of Word, which means you can rather easily change what appears on the ribbon tabs. You can even modify the arrangement of the tabs themselves. (You can't change the position of the File tab, however. It is fixed at the left side of the ribbon.) Word doesn't provide a way to specify which tab should be visible when the program starts.

There are ways to do it using macros, but such an approach will probably take a bit of trial and error—and is really beyond the scope of WordTips. The reason? You must create the macro as part of a COM add-in that runs when you start Word and modifies the user interface (specifically the ribbon). The code to actually switch which ribbon tab is displayed can be found at this site, for an older version of the program:

https://msdn.microsoft.com/en-us/library/ee691834

Here is the code:

Private myRibbon As IRibbonUI
Sub OnLoad(ribbon As IRibbonUI)
   Set myRibbon = ribbon
   myRibbon.ActivateTabMso("TabData ") 
End Sub

All you would need to do is to change the "TabData " specification to the tab you want displayed, such as (theoretically) "TabFile ". Remember, as well, that this code must be part of the COM add-in you create. That is the only way to get the correct object reference to the user interface (the IRibbonUI object). You cannot do this in a regular, run-of-the-mill macro.

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 (11829) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365.

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

Adding Captions

Need to add a caption after a document element such as a figure or table? You can add and format one manually, or you can ...

Discover More

ScreenTip for an Image

You can configure images in Excel so that if someone clicks on them, a macro is executed. You cannot, however, have a ...

Discover More

Understanding Microdermabrasion

Want smoother, healthier-looking skin? Some people think you can achieve it with microdermabrasion treatments.

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)

Making Save As Display the Save As Dialog Box

Sometimes you just want to get to the Save As dialog box as quickly as possible. Word seems to make this increasingly ...

Discover More

Automatically Saving Changes to Defaults

Have you ever started a new document only to find that the settings in Word seem to be different than what you expected? ...

Discover More

Documents Marked as Security Risk

If your Word documents contain macros, it is possible that Word (or Windows itself) may block the use of those documents ...

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 six minus 4?

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 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.