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,8% France
Canada 5,9% Canada
Belgique 3,8% Belgique

Total:

147

Pays
018412640
Aujourd'hui: 210
Hier: 396
Cette semaine: 2.545
Semaine dernière: 2.952
Ce mois: 7.407