Voic
Bon j'ai remis tout en place ...
@+Thierry, sorry je suis en ligne (au tel)
Voici la dernière version avec les maj de thierry, par contre j'attends le retour de Patrick pour ma maj du custom UI, car j'ai un message d'erreur.
<customUI xmlns="">
<ribbon startFromScratch="false">
<tabs>
<tab id="customTab" label="Template">
<group id="customGroup" label="TRAVELDOO">
<gallery label="Minuscule" size="large" imageMso="FontSizeDecrease" id="min0" columns="1" supertip="MISE EN MINUSCULE DE TOUTES LES CELLULES DE LA SELECTION" >
<button id="min1" label="SELECTION" tag="1" imageMso="FontSizeDecrease" onAction="RUNMIN" />
<button id="min2" label="COLONNE ENTIERE" tag="2" imageMso="FontSizeDecrease" onAction="RUNMIN" />
<button id="min3" label="MULTICOLONNE" tag="3" imageMso="FontSizeDecrease" onAction="RUNMIN" />
</gallery>
<separator id="Sep01"/>
<gallery label="Majuscule" size="large" imageMso="FontSizeIncrease" id="Maj0" columns="1" supertip="MISE EN MAJUSCULE DE TOUTES LES CELLULES DE LA SELECTION" >
<button id="maj01" label="SELECTION" imageMso="FontSizeIncrease" tag="1" onAction="RUNMAJ" />
<button id="maj02" label="COLONNE ENTIERE" imageMso="FontSizeIncrease" tag="2" onAction="RUNMAJ" />
<button id="maj03" label="MULTICOLONNE" imageMso="FontSizeIncrease" tag="3" onAction="RUNMAJ" />
</gallery>
<separator id="Sep02"/>
<gallery label="Nom Propre" size="large" imageMso="ChangeStylesMenu" id="np0" columns="1" supertip="MISE EN Nom Propre DE TOUTES LES CELLULES DE LA SELECTION" >
<button id="np01" label="SELECTION" imageMso="ChangeStylesMenu" tag="1" onAction="RUNPROPER" />
<button id="np02" label="COLONNE ENTIERE" imageMso="ChangeStylesMenu" tag="2" onAction="RUNPROPER" />
<button id="np03" label="MULTICOLONNE" imageMso="ChangeStylesMenu" tag="3" onAction="RUNPROPER" />
</gallery>
<separator id="Sep03"/>
<button id="customButton4" label="Caractères" imageMso="EncodingMenu" size="large" supertip=" SUPPRESSION DE TOUT LES ACCENTS DANS TOUTES LES CELLULES DE LA SELECTION" onAction= "RUNCHAR" />
<separator id="Sep04"/>
<button id="customButton5" label="Login" imageMso="DatabasePermissionsMenu" size="large" supertip=" CONCATENER LES DEUX CELLULE VERS COLONNE C" onAction="RUNCONCAT" />
<separator id="Sep05"/>
<button id="customButton6" label="TrimEspaces" imageMso="TextEffectTracking" size="large" supertip=" SUPPRIME L ENSEMBLE DES ESPACES SUPERFLUS DANS TOUTES LES CELLULES DU TABLEAU" onAction="RUNTRIM" />
<separator id="Sep06"/>
<button id="customButton7" label="Générateur MDP" imageMso="Lock" size="large" supertip=" PERMET DE GENERER UN MOT DE PASSE DANS TOUTES LES CELLULES DE LA SELECTION" onAction="RUNMDP" />
<separator id="Sep07"/>
<button id="customButton8" label="Doublon Users" imageMso="UnderlineDouble" size="large" supertip=" PERMET DE SUPPRIMER TOUTES LES LIGNES DONT LE LOGIN/MDP/DTN SONT IDENTIQUES" onAction="RUNDBL" />
<separator id="Sep08"/>
<gallery label="Téléphone" size="large" imageMso="AutoDial" id="tel0" columns="1" Supertip="PERMET DE METTRE LE NUMERO DE TELEPHONE SOUS LE FORMAT TRAVELDOO"
<button id="tel1" label="SELECTION" imageMso="AutoDial" tag="1" onAction="RUNTEL" />
<button id="tel2" label="COLONNE ENTIERE" imageMso="AutoDial" tag="2" onAction="RUNTEL" />
<button id="tel3" label="MULTICOLONNE" imageMso="AutoDial" tag="3" onAction="RUNRUNTEL" />
</gallery>
<separator id="Sep09"/>
<button id="customButton10" label="A Venir" imageMso="Delete" size="large" supertip=" NOUVELLE MACRO A VENIR" onAction="RUNNUM3" />
<separator id="Sep10"/>
<button id="customButton11" label="A Venir" imageMso="Delete" size="large" supertip=" NOUVELLE MACRO A VENIR" onAction="RUNNUM4" />
<separator id="Sep11"/>
<button id="customButton12" label="Spéciale dinde de la Techno" imageMso="VisibilityVisible" size="large" supertip=" TU PEUX PAS T EMPECHER DE CLIQUER PARTOUT ?" onAction="RUNMACRO2" />
<separator id="Sep12"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>