Hello everyone,
I've got a question about the custom UI Ribbons in BOA for MS Office...
I read through this posting:
and this documentation: http://msdn.microsoft.com/en-us/library/aa338202(v=office.12).aspx
...but still I don't find the right solution :-(
I edited the customUI.xml file so that it looks like this right now:
<mso:customUI xmlns:mso="http://schemas.microsoft.com/office/2006/01/customui" xmlns:AO="SBOP.AdvancedAnalysis.Addin.1">
<mso:ribbon>
<mso:qat>
<mso:documentControls>
<mso:control idQ="AO:com.sap.ip.bi.pioneer.core.command.refresh" visible="true"/>
<mso:control idQ="AO:com.sap.ip.bi.newpioneer.excel.display" visible="true"/>
<mso:control idQ="AO:com.sap.ip.bi.pioneer.core.command.togglePauseAutoRefresh" visible="true"/>
<mso:control idQ="AO:com.sap.ip.bi.newpioneer.excel.promptsmenu" visible="true"/>
<mso:control idQ="AO:com.sap.ip.bi.newpioneer.excel.settings.menu" visible="true"/>
<mso:control idQ="AO:com.sap.ip.bi.newpioneer.excel.settings.helpmenu" visible="true"/>
</mso:documentControls>
</mso:qat>
</mso:ribbon>
</mso:customUI>
I followed these steps:
1) Create New workbook
2) Options Quick Access Toolbar
3) Chose to modify "This Workbook" NOT "For all documents"
4) Add an analysis button
5) Save
... and basically everything was generated automatically, I just exchanged "doc:" to "AO:", and edited the first line.
The outcome looks like this... I find my buttons in the Quick Access Toolbar (blue), but not in the Analysis ribbon list (red)
In the posting mentioned above it looks like it works as desired... but it just doesn't do in my version.
Does anybody see the error or could provide a correct version of the .xml file?
Thank you very much,
Martin