Recherche

Avec une macro :

 

Public Sub NettoyerStyles()
For Each oStyle In ActiveDocument.Styles
If Not oStyle.BuiltIn Then
With ActiveDocument.Content
.Find.ClearFormatting
.Find.Style = ActiveDocument.Styles(oStyle)
If Not .Find.Execute() Then
oStyle.Delete:   n = n + 1
End If
End With
End If
Next oStyle MsgBox Str(n) & " styles inutilisés supprimés !"
End Sub

 

NB : Pour supprimer manuellement plusieurs styles à la fois, voyez cet article.

Statistiques

France 72,8% France
Canada 7,0% Canada
Belgique 4,1% Belgique

Total:

133

Pays
018355058
Aujourd'hui: 397
Hier: 234
Cette semaine: 397
Semaine dernière: 2.212
Ce mois: 9.762