C
css
I wants to programmatically combine several documents in a directory
In word 2002 the following works
Openm and use Very first document as a Master Document
Insert a paragraphcs
change view type to master document
Iterate through the directory and add Subsequent documents as a subdocuments
In word 2007 the above procedure breaks all the formatting
Also tried insert file but it also breaks formatting of the all subdocuements
Question is
1)Start each document on a new page of the master document
2)Ignore styles / formats / headers / footers / columns / margins / tabs
etc of the previous file (and the master document), and use the actual
formatting of the file instead.
Any help would be appreciated.
In word 2002 the following works
Openm and use Very first document as a Master Document
Insert a paragraphcs
change view type to master document
Iterate through the directory and add Subsequent documents as a subdocuments
In word 2007 the above procedure breaks all the formatting
Also tried insert file but it also breaks formatting of the all subdocuements
Question is
1)Start each document on a new page of the master document
2)Ignore styles / formats / headers / footers / columns / margins / tabs
etc of the previous file (and the master document), and use the actual
formatting of the file instead.
Any help would be appreciated.