Range.NextSubdocument (Word)
Déplace la plage vers le sous-document suivant.
S'il n'existe aucun autre sous-document, une erreur se produit.
If ActiveDocument.Subdocuments.Count >= 1 Then
ActiveDocument.ActiveWindow.View.Type = wdMasterView
Selection.HomeKey unit:=wdStory, Extend:=wdMove
Selection.Range.NextSubdocument
End If