How can you change the order of the ribbons?
Steps:
- Change the order of the FS Pro Ribbon in Word: Options > Customize Ribbon > Move it up or down. (don't close Word)
- Go to %localappdata%\Microsoft\Office with the File Explorer
- Search for the file Word.officeUI
- place the file as Read-only
- If you restart Word, the FS Pro Ribbon should stay on the same changed place.
A normal Word.officeUI file should look like this:
<mso:customUI xmlns:x1="InformationMapping.FSPro.Word" xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui">
<mso:ribbon>
<mso:qat />
<mso:tabs>
<mso:tab idQ="x1:ribFSProMain" insertBeforeQ="mso:TabHome" />
<mso:tab idQ="mso:TabHome">
<mso:group idQ="mso:GroupContent" visible="false" />
</mso:tab>
</mso:tabs>
</mso:ribbon>
</mso:customUI>
You can also download it here:
https://downloads.informationmapping.com/support/settings/Word.officeUI
Comments