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'hui639
Hier1251
Cette semaine11367
Ce mois41599
Total depuis 200418244139

5
visiteurs actuellement en ligne

28 avril 2024