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

Total:

147

Pays
018412640
Aujourd'hui: 210
Hier: 396
Cette semaine: 2.545
Semaine dernière: 2.952
Ce mois: 7.407