Recherche

Avec une macro :

Sub notes()
'macro écrite par m@rina
Dim note As Footnote, notetexte As String
Selection.HomeKey Unit:=wdStory
For Each note In ActiveDocument.Footnotes
notetexte = ActiveDocument.Footnotes(1).Range.Text
Selection.GoTo What:=wdGoToFootnote, Which:=wdGoToNext
note.Delete
Selection.InsertAfter "(" & notetexte & ")"
Next
End Sub

 

Ici le texte des notes s'insère à la place des appels de notes, entre parenthèses. On peut choisir autre chose bien entendu !
 

Statistiques

France 73,2% France
Canada 5,8% Canada
Belgique 3,7% Belgique

Total:

150

Pays
018423190
Aujourd'hui: 84
Hier: 488
Cette semaine: 1.435
Semaine dernière: 3.121
Ce mois: 5.015