Bonjour, qui peut m'aider à compiler cet évenement.
j'ai un mac mais j'y arrive pas.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 Sub modification () modif = InputBox ("Entrez la chaine à remplacer") motif = InputBox ("Entrez le motif à inserer") For each cellule.Formula Cellule.Formula = Replace (contenu, modif, motif) Next Cellule End Sub
Partager