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
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