View Single Post
 
Old 02-14-2012, 01:03 PM
rsmedley rsmedley is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Feb 2012
Posts: 2
rsmedley is on a distinguished road
Default range.insertfile produces diff result between word 2010 and 2007

I'm using range.insertfile to merge a number of documents into one document. The documents use a specific template and are highly formatted using both paragraph as well as character style codes. The macro starts by opening one of the files (so that the underlying template is used by the resulting file) and then inserts the others to it before saving it to a new name.

When I run the macro on a machine using Word 2010 the formatting of each file is maintained. However, when I run it on a machine with Word 2007 the formatting gets lost.

Anyone have this problem before and any solutions (other than upgrade to 2010)?

Thanks
Reply With Quote