Recherche

 Cette macro parcourt tout le document et donne par message le style du premier mot de chaque paragraphe.

Sub BalaieParagraphe()
'macro écrite par Geo
Dim Paragraphe As Paragraph
For Each Paragraphe In ActiveDocument.Paragraphs
Set mot = Paragraphe.Range.Words(1)
MsgBox mot.Style
Next
End Sub

Statistiques

France 73,4% France
Canada 6,6% Canada
Belgique 4,0% Belgique

Total:

135

Pays
018373201
Aujourd'hui: 1
Hier: 329
Cette semaine: 1.826
Semaine dernière: 2.254
Ce mois: 6.758