To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

 Summary

Cette vidéo vous montre comment numéroter automatiquement les paragraphes d’une thèse.

Nous utilisons une macro dont voici le contenu :

Sub MetLesNumeros()
Dim Parag As Paragraph
For Each Parag In ActiveDocument.Paragraphs
    If Parag.Style = "Normal" And Parag.Range.Characters.Count > 1 Then
        Parag.Range.Select
        Selection.Style = ActiveDocument.Styles("Liste à numéros")
    End If
Next Parag
ActiveDocument.Range(Start:=0, End:=0).Select
End Sub

Tags :  microsoft word traitements de texte

 Infos

Added by :
Philippe COMBOT

Updated on :
Jan. 25, 2019, midnight

Duration :
00:02:58

Number of view :
2137 (Show details views)

Type :
didacticiel

Main language :
French

Audience :
Doctorat

Disciplines :
Droit Économie Gestion

 Downloads
Video file(s) :
 Embed/Share
Check the box to autoplay the video.
Check the box to loop the video.
Check the box to indicate the beginning of playing desired.
qrcode