0

For some reason a user is not able to display the developer tab to OneNote (2016 -- see specific version here)

The developer checkbox is not appearing when clicking customize the ribbon (see below).

  • No add-ins installed.
  • User can add developer to other MS products like Word and Excel.
  • Tried reset customization of Main Tabs.
  • User should have admin rights.

    Any idea why this might be or how to resolve?

Thanks.

enter image description here

pgSystemTester
  • 8,979
  • 2
  • 23
  • 49
  • 2
    There's no VBA in OneNote. Maybe start [here](https://developer.microsoft.com/en-US/onenote). Great opportunity to learn Office Add-Ins! – BigBen Mar 16 '20 at 18:44

1 Answers1

1

OneNote is not a VBA host application, so it doesn't have a Developer tab.

Other options for OneNote automation include:

  • Office Add-ins and the Office JavaScript API.

  • Perhaps the approach discussed in this question (untested in the latest version of OneNote)

BigBen
  • 46,229
  • 7
  • 24
  • 40