Sub Police_en_gras_si_entre_crochets()
'Adaptation d'un code de pyrof (Merci !)
Selection.HomeKey Unit:=wdStory
ScreenUpdating = False
With Selection.Find
.ClearFormatting
.Replacement.ClearFormatting
.Replacement.Font.Bold = True
.MatchWildcards = True
.Text = "(\[*\])"
.Replacement.Text = "\1"
.Forward = True
.Execute Replace:=wdReplaceAll
End With
End Sub
...A gagner: 1 like .
... 00, grande prêtresse devant l'éternel des codes Vba...