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'hui720
Hier1867
Cette semaine9656
Ce mois28949
Total depuis 200418231489

9
visiteurs actuellement en ligne

20 avril 2024