但許多人的疑問是如果使用這樣的方式,是否Excel 2010 與 Excel 2007的RibbonX就會完全不同?其實,如果沒有使用到如Excel 2010 Backstage view的功能,RibbonX大部份都可以相容。
如以下的Custom UI就無法共通於Excel 2010 與 Excel 2007,只能用於Excel 2010,因為在customUI使用了<backstage></backstage>的Tag
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<backstage>
<button id="CustomButton1" insertBeforeMso="FileSave" label="My test"
imageMso="HappyFace" isDefinitive="true" onAction="Macro1"/>
</backstage>
</customUI>