excel-365custom-ui

How can we hide 'Home' and 'Update License buttons in Excel backstage view?


I am administering an environment that will allow users to edit workbooks in Office 365 Excel. I don't want to allow the user to have access to any options in the File tab (backstage view) other than 'Print'. I have successfully hidden most of them using a customUI. However, I can not find idMso's for the 'Update License' button which is included in the latest builds, also the 'Home' button.

This is the normal UI enter image description here

I have added the customUI enter image description here

Which gets me here enter image description here

However I have been unsuccessful in finding idMso for the remaining 'Home' and 'Update License' buttons (as stated previously 'Print' is left accessible by design).

Does anyone have an idea where or how I can find the control id's for these buttons?


Solution

  • Try this for the "Home" tab:

    <tab idMso="PlaceTabHome" visible="false" enabled="false"/>
    

    I am also not able to get rid of the "Update License" tab.