I want to hide the "Power Pivot" menu item for a specific document. (the reason - When I sent it out, I don't want users to have the ability to go into "manage measures...")
I know how to use the customUI14.xml to hide menu items such as home, data
<tab idMso="TabHome" visible="false"/>
<tab idMso="TabData" visible="false"/>
I did find out that the Power Pivot is not a built in Excel menu item.
It is part of the "Application.COMAddIns" collection and called "Microsoft Power Pivot for Excel".
However, I didn't find any way to disable it or make it invisible with the ribbonX XML, the same easy way as we would disable a Home or Data tab. Any ideas?
Is there a way to disable an add-in through the XML?
Thanks for your help!