Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 3.14 KB

how-to-show-the-developer-tab-on-the-ribbon.md

File metadata and controls

65 lines (43 loc) · 3.14 KB
title description ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Show the Developer tab on the ribbon
Explore how to configure Visual Studio to programmatically show the Developer tab on the ribbon in a Microsoft Word document.
08/14/2019
how-to
VB
CSharp
Ribbon [Office development in Visual Studio], tabs
Developer tab [Office development in Visual Studio]
John-Hart
johnhart
mijacobs
office-development

Show the Developer tab on the ribbon

To access the Developer tab on the ribbon of an Office application, you must configure it to show that tab because it doesn't appear by default. For example, you must show that tab if you want to add a xref:Microsoft.Office.Tools.Word.GroupContentControl to a document-level customization for Word.

Note

This guidance applies to Office 2010 or later applications only. If you want to show this tab in the 2007 Microsoft Office System, see the following version of this topic How to: Show the Developer tab on the ribbon.

[!INCLUDEappliesto_ribbon]

Note

Access doesn't have a Developer tab.

[!includeAdd-ins note]

To show the Developer tab

  1. Start any of the Office applications supported by this topic. See the Applies to: note earlier in this topic.

  2. On the File tab, choose the Options button.

    The following figure shows the File tab and Options button in Office 2010.

    Choosing File, Options in Outlook 2010

    The following figure shows the File tab in Office 2013.

    The File tab in Outlook 2013

    The following figure shows the Options button in Office 2013.

    The Options button in Outlook 2013 Preview

  3. In the ApplicationNameOptions dialog box, choose the Customize Ribbon button.

    The following figure shows the Options dialog box and the Customize Ribbon button in Excel 2010. The location of this button is similar in all other applications listed in the "Applies to" section near the top of this topic.

    The Customize Ribbon button

  4. In the list of main tabs, select the Developer check box.

    The following figure shows the Developer check box in Word 2010 and Word 2013 . The location of this check box is similar in all other applications listed in the "Applies to" section near the top of this topic.

    The Developer check box in the Word Options dialog

  5. Choose the OK button to close the Options dialog box.

Related content