למעיישה עשיתי כך בעזרתכם (יש קצת עבודה ידנית אבל בקליינע):
Sub פיצול_מסמך()
Selection.EndKey Unit:=wdStory, Extend:=wdExtend
Selection.Cut
Documents.Add DocumentType:=wdNewBlankDocument
Selection.PasteAndFormat (wdUseDestinationStylesRecovery)
ActiveDocument.Save
Windows("הכל").Activate
End Sub