G
groener
Hi Group,
the VB6-Application I'm just working on, creates multiple
Word2000-Documents. While creating them I try to insert other Word-Docs into
my new one.
range.InsertFile("c:\justafile.doc", "", False, False, False)
From approx. 1,000 new Files on error 5121 appears. I haven't any Idea whats
going wrong. All Files exist, there is enough HDD-Space left and the
Document-Object is recreated each time and freed after using it.
Greetz from germany
Thomas
the VB6-Application I'm just working on, creates multiple
Word2000-Documents. While creating them I try to insert other Word-Docs into
my new one.
range.InsertFile("c:\justafile.doc", "", False, False, False)
From approx. 1,000 new Files on error 5121 appears. I haven't any Idea whats
going wrong. All Files exist, there is enough HDD-Space left and the
Document-Object is recreated each time and freed after using it.
Greetz from germany
Thomas