Hi, im trying to merge two documents in one. Im using AttachDocument, but the new document always go to the next page. I`ve tried everything in the forum, and when i try do a replace in Document.Range with \f, i get a NullReferenceException
If this does not work than the problem may be that the joining sections have different page setups (e.g different page sizes). This means the sections can not be joined continiously. To fix this you can set the same page setting for the sections as shown in the code below.