Document.IsSubdocument (Word)
True si le document spécifié est un sous-document d'un document maître.
If Documents("Sales.doc").IsSubdocument = True Then
MsgBox "Sales.doc is a subdocument."
Else
MsgBox "Sales.doc is not a subdocument."
End If