I used doc.content.insertfile("test2.doc")
thank you ! :-)
"dev" wrote:
[Quoted Text] > ok, I found a way for select the opened document using OpenDocument, so I can > get the doc1 object, how can I take the object of doc2 if I know just the > name? > > thank u > > > > "Perry" wrote: > > > doc1.Content.FormattedText = doc2.Content > > > > whereby, doc1 is an object variable pointing to Test1.doc and > > doc2 pointing to Test2.doc > >
|