New excel 365 Backstage idMso Tab

monkeychuff

Board Regular
Joined
Oct 17, 2009
Messages
67
Hi,

Today my excel 365 was updated and backstage changed. I have the code below, which has worked previously:

button idMso="FileSave" visible="false"/
button idMso="FileSaveAs" visible="false"/
button idMso="FileOpen" visible="false"/
button idMso="FileClose" visible="false"/
button idMso="ApplicationOptionsDialog" visible="false"/
button idMso="FileExit" visible="false"/
button idMso="HistoryTab" visible="false"/
button idMso="OfficeFeedback" visible="false"/
button idMso="ShareDocument" visible="false"/

tab idMso="TabInfo" visible="false"/
tab idMso="TabRecent" visible="false"/
tab idMso="TabNew" visible="false"/
tab idMso="TabPrint" visible="false"/
tab idMso="TabShare" visible="false"/
tab idMso="TabHelp" visible="false"/
tab idMso="TabPublish" visible="false"/
tab idMso="TabSave" visible="false"/
tab idMso="TabOfficeStart" visible="false"/
tab idMso="Publish2Tab" visible="false"/
tab idMso="TabOfficeFeedback" visible="false"/

But, now there is a 'Home' tab that I can't seem to get rid of. I have tried:

tab idMso="TabHome" visible="false"/

Does anyone know what this tab is called?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,215,839
Messages
6,127,199
Members
449,368
Latest member
JayHo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top