S
srfdggy5
hello... I am having a problem merging more than two subdocuments in M
Word. I use the following code below, and the first two document
merge perfectly. However, I will need to merge at least 3 or 4 at
time. IS there a way to do this? Thanks for any help.
If ActiveDocument.Subdocuments.Count > 1 Then
Set aDoc = ActiveDocument
aDoc.Subdocuments.Merge _
aDoc.Subdocuments(1), _
aDoc.Subdocuments(2)
End I
Word. I use the following code below, and the first two document
merge perfectly. However, I will need to merge at least 3 or 4 at
time. IS there a way to do this? Thanks for any help.
If ActiveDocument.Subdocuments.Count > 1 Then
Set aDoc = ActiveDocument
aDoc.Subdocuments.Merge _
aDoc.Subdocuments(1), _
aDoc.Subdocuments(2)
End I