Custom made button in excel 2010 not visible in excel 2007

freggel

New Member
Joined
Jul 1, 2011
Messages
2
I've created in excel 2010 an add-in which creates new buttons to the ribbon.
All works fine in excel 2010.
When using this add-in on my collaegues computer, the add-in and the macro's work fine, but buttons aren't visible.
So I think the problem is caused in xlm.
Ribbon was created using the Custom UI Editor (installed on my pc since excel 2007)

partof the code
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<
ribbon>
<
tabs>
<
tab id="customTab" label="VS LOT 2" >
...
</tabs>
</
ribbon>
</
customUI>

anybody any suggestions?
thnx
Bart
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Dear All,

found the solution: 2 important things to notice:
First of all, excel 2010 CAN use other scheme than 2007
On the second hand, it's important to notice that when using the Custom User Editor for Microsoft Office you can right-click on the 'book1.xlsm' which allows you to select the scheme (2007 or 2010).

==> if you're not using the new stuff of Excel 2010, just choose excel 2007 scheme

thank you Ron De Bruin!:pray:
http://www.rondebruin.nl/ribbonx20072010.htm

Bart
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top