F
Felipe Garcia
there is a way to merge different documents into a final one document, and
every document hold it's own formatting ?
because i'm doing this:
1 selecting all document content using a range,
2 Copy() document content
3 Paste() document content in the final doc
4 InsertBreakAfter(WdBreakType.wdSectionBreakNextPage)
if there are more than one document selected repeat steps 1 through 4.
What's wrong ?
Because in some case the final doc contains messy formatting
thanks a lot.
every document hold it's own formatting ?
because i'm doing this:
1 selecting all document content using a range,
2 Copy() document content
3 Paste() document content in the final doc
4 InsertBreakAfter(WdBreakType.wdSectionBreakNextPage)
if there are more than one document selected repeat steps 1 through 4.
What's wrong ?
Because in some case the final doc contains messy formatting
thanks a lot.