N
NB
Hi,
I am trying to merge two documents in a macro. The
command used is
ActiveDocument.SubDocuments.Merge FirstSubDocument:=
ActiveDocument.SubDocuments(FileName1), LastSubDocument :=
ActiveDocument.SubDocuments(FileName2)
The two documents have landscape orientation and
have the same size, header, footer etc.
When the documents are merged using the above
command, a blank document with "potrait" orientation
appears between the merged documents.
Is there any way that we can get the merged documents free
of any such blank pages? Is there any other settings that
need to be done before the documents are merged?
Let me know,
Thanks for your time,
NB
I am trying to merge two documents in a macro. The
command used is
ActiveDocument.SubDocuments.Merge FirstSubDocument:=
ActiveDocument.SubDocuments(FileName1), LastSubDocument :=
ActiveDocument.SubDocuments(FileName2)
The two documents have landscape orientation and
have the same size, header, footer etc.
When the documents are merged using the above
command, a blank document with "potrait" orientation
appears between the merged documents.
Is there any way that we can get the merged documents free
of any such blank pages? Is there any other settings that
need to be done before the documents are merged?
Let me know,
Thanks for your time,
NB