2 pièce(s) jointe(s)
Add-in VSTO Excel - Custom Toolbars
Bonjour à tous,
Je dois créer un ruban personnalisé dans Excel 2016 pour charger le fichier en question dans une base SQLServer.
J'ai donc créé une solution "Excel 2013 and 2016 VSTO Add-in".
Ci-dessous un extrait du designer dans VB.Net :
Pièce jointe 259185
Voici le résultat dans Excel :
Pièce jointe 259183
Je n'arrive pas à supprimer l'indication "Custom Toolbars".
J'ai cherché à faire un ruban XML mais ce n'est pas mieux.
Pire, j'ai le message d'erreur suivant :
Code:
1 2 3
| The element 'tab' in namespace 'http://schemas.microsoft.com/office/2009/07/customui' has invalid child element 'tab' in namespace 'http://schemas.microsoft.com/office/2009/07/customui'.
List of possible elements expected: 'group' in namespace 'http://schemas.microsoft.com/office/2009/07/customui'.
MyRibbonAddin C:\Users\u4008442\Documents\Visual Studio 2017\Projects\MyRibbonAddin\MyRibbonAddin\MyRibbon.xml 6 |
Quelqu'un aurait une idée ?
Merci beaucoup d'avance.