Recherche

 

Avec une macro :

Sub ListePolicesInstallées()
Dim ma_phrase As String
ma_phrase = InputBox("Saisissez votre phrase ici")
If ma_phrase = "" Then Exit Sub
Documents.Add
For Each PolicesCar In FontNames
With Selection
     .InsertAfter ma_phrase
     .Font.Name = PolicesCar
     .Font.Size = 10
     .InsertAfter vbTab & PolicesCar & vbCrLf
     .MoveStartUntil vbTab
     .Font.Name = "Arial"
     .MoveDown wdParagraph, 1
End With
Next
End Sub

 

 

Statistiques

France 73,6% France
Canada 6,5% Canada
Belgique 3,9% Belgique

Total:

138

Pays
018379816
Aujourd'hui: 17
Hier: 195
Cette semaine: 2.061
Semaine dernière: 2.123
Ce mois: 3.831