C
Chris Morse
I originally posted this to word.vba.general by mistake.
I have an interesting issue involving inserting multiple documents via
automation. I have an application that builds a master document from any
given number of smaller documents. These docs are being stored in binary
field in SQL server. The application builds a dataset of docs for the
current day, loops through them and inserts them into the master document as
illustrated below:
Application.Selection.InsertFile(FileName:=szPath + szFile, Range:="",
ConfirmConversions:=True, Link:=False, Attachment:=False)
Once the master document has been created, some of the formatting is messed
up. Some text is bold, some in italics, bullets are getting lost. If you
look at the source document, all is well though.
Anyone have any experience with this. It's been mind numbingly frustrating.
I have an interesting issue involving inserting multiple documents via
automation. I have an application that builds a master document from any
given number of smaller documents. These docs are being stored in binary
field in SQL server. The application builds a dataset of docs for the
current day, loops through them and inserts them into the master document as
illustrated below:
Application.Selection.InsertFile(FileName:=szPath + szFile, Range:="",
ConfirmConversions:=True, Link:=False, Attachment:=False)
Once the master document has been created, some of the formatting is messed
up. Some text is bold, some in italics, bullets are getting lost. If you
look at the source document, all is well though.
Anyone have any experience with this. It's been mind numbingly frustrating.