user_mobilelogo

 

A l'aide d'une petite macro :

 

Public Sub ListePolice()
'macro écrite par anacoluthe
Dim MaListe, sFont
For Each sFont In FontNames
With ActiveDocument.Content.Find
.ClearFormatting
.Format = True
.Text = ""
.Font.Name = sFont
If .Execute() Then
MaListe = MaListe & sFont & vbCr
End If
End With
Next sFont
MsgBox MaListe
End Sub

 

 

Statistiques

Aujourd'hui810
Hier1977
Cette semaine4371
Ce mois34603
Total depuis 200418237143

8
visiteurs actuellement en ligne

24 avril 2024