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

Total:

150

Pays
018423168
Aujourd'hui: 62
Hier: 488
Cette semaine: 1.413
Semaine dernière: 3.121
Ce mois: 4.993