Recherche

 Via une macro :

 

Public Sub nb_pages()
Dim Début As Long, Fin As Long, PageDeb As Integer, PageFin As Integer
Début = Selection.Range.Start
Fin = Selection.Range.End
Selection.Collapse wdCollapseStart
PageDeb = Selection.Information(wdActiveEndPageNumber)
ActiveDocument.Range(Fin, Fin).Select
PageFin = Selection.Information(wdActiveEndPageNumber)
MsgBox "La sélection débute page " & CStr(PageDeb) & ", et finit page " & CStr(PageFin)
ActiveDocument.Range(Début, Fin).Select
End Sub

 

Statistiques

France 72,8% France
Canada 7,0% Canada
Belgique 4,1% Belgique

Total:

133

Pays
018355044
Aujourd'hui: 383
Hier: 234
Cette semaine: 383
Semaine dernière: 2.212
Ce mois: 9.748