Hi, I have a problem with Word.Application I copy and paste from several Word document
oWord[i].Documents.Item(1).Range.Copy;
OWordOut.Documents.Item(1).Range(OWordOut.Documents.Item(1).Range.End - 1, OWordOut.Documents.Item(1).Range.End - 1).Paste;
where OWordOut
oWordOut :=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.