Rename MS Word 2010 backstage tab
I want to rename MS Word 2010 backstage tab from "file" to another name from dotm 开发者_如何学Pythonfile. Is there a way to do this?
In Word 2007 (I guess it is the same in 2010) you should be able to change the label of the tab by adapting the customUI.xml.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab idMso="TabHome" label="FuBar"/>
...
But I never try so... all I did in a project was setting them invisible...
精彩评论