M
Mei Qin
Hello,
I have the following code to insert files into a pre-
designed word template:
Dim objWord As Word.Document
Set objWord = GetObject
("C:\Reports\template1.doc", "Word.Document")
objWord.Content.InsertFile "c:\reports\Report1.rtf"
It works fine. But when I tried to insertFile again, the
second will replace the first file I inserted. How do I
insert multiple files one after another into a word
template?
Thanks for any help!
Mei
I have the following code to insert files into a pre-
designed word template:
Dim objWord As Word.Document
Set objWord = GetObject
("C:\Reports\template1.doc", "Word.Document")
objWord.Content.InsertFile "c:\reports\Report1.rtf"
It works fine. But when I tried to insertFile again, the
second will replace the first file I inserted. How do I
insert multiple files one after another into a word
template?
Thanks for any help!
Mei