View Single Post
 
Old 06-30-2010, 12:51 PM
Gerjanst Gerjanst is offline Windows XP Office 2003
Novice
 
Join Date: Jun 2010
Posts: 1
Gerjanst is on a distinguished road
Exclamation Copy the contents of a dcoument and paste it several times in a new document

Hi,

I am building a .NET application. With this app, i want to fill a Word document, copy the doc and paste in a new doc, fill another one and paste it in the same doc as the previous one (i can't use the merge functionality) etc etc.

Everything works, except for one thing: the document that i fill has a header with pagenumbers and some other stuff (the first page doesn't have this information). When i paste the first document, there is no problem. But when i paste the second en so on, the header shows the pagenumber that keeps on counting from the first page in the document.

I don't want this information on the first page of the pasted document. How can i prevent this?
Reply With Quote