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 73,8% France
Canada 5,9% Canada
Belgique 3,8% Belgique

Total:

147

Pays
018412542
Aujourd'hui: 112
Hier: 396
Cette semaine: 2.447
Semaine dernière: 2.952
Ce mois: 7.309