Es ce que ce fichier serait la solution ? "Icone Developpeur"re
ben pas tout les icons
je ne sais pas si les imagemso des autres application de la suite office sont dispo dans l'app excel
encore un truc a vérifier
J'ai du le louper, pardonc'est celui que j'ai donné plus tôt dans la discussion a Thierry
Je ne vois rien, est tu sur ?tiens je l'ai mis dans un fichier ton code du lien et ca a l'air de fonctionner
Sub test()
ititelephonemaison Selection
End Sub
Function ititelephonemaison(rng As Range)
'format 0033-1-23456789
For Each cell In rng.Cells: cell.Value = Format("0033" & Val(Replace(cell.Value, " ", "")), "@@@@""-""@""-""@@@@@@@@"): Next
End Function
Sub test()
ititelephonemaison Selection
End Sub
Function ititelephonemaison(rng As Range)
'format 0033-1-23456789
For Each cell In rng.Cells: cell.Value = Format("0033" & Val(Replace(Replace(cell.Value, " ", ""), ".", "")), "@@@@""-""@""-""@@@@@@@@"): Next
End Function
Sub test2()
ititelephonemobile Selection
End Sub
Function ititelephonemobile(rng As Range)
'format 0033-623456789
For Each cell In rng.Cells: cell.Value = Format("0033" & Val(Replace(Replace(cell.Value, " ", ""), ".", "")), "@@@@""-""@@@@@@@@@"): Next
End Function
64 BITre
tu ne vois rien?
a bon tu es en 32 ou 64 toi
Tu est merveilleux, ca fonctionne a la perfection !!!! et oui pour customUI je commence à m'en sortir pas mal. Merciet voila pour fixes et mobiles
Regarde la pièce jointe 1065404VB:Sub test() ititelephonemaison Selection End Sub Function ititelephonemaison(rng As Range) 'format 0033-1-23456789 For Each cell In rng.Cells: cell.Value = Format("0033" & Val(Replace(Replace(cell.Value, " ", ""), ".", "")), "@@@@""-""@""-""@@@@@@@@"): Next End Function Sub test2() ititelephonemobile Selection End Sub Function ititelephonemobile(rng As Range) 'format 0033-623456789 For Each cell In rng.Cells: cell.Value = Format("0033" & Val(Replace(Replace(cell.Value, " ", ""), ".", "")), "@@@@""-""@@@@@@@@@"): Next End Function
il te reste plus qu'à ajouter 2 boutons dans ton customUI
TU SAIS FAIRE MAINTENANT