Hi - I've got a macro that opens up several Word documents and copies/combines all of the contents into 1 file. I'm having an issue with the "Pasting" portion of the macro. For example, File #2 is copying over right where File #1 ended. What I'd like to happen is to have File #2 "go to the next page (which is blank) and paste the contents".

Would I use a PageBreak?

I've tried the following code, but am getting a compile error

Selection.InsertBreak.Type = wdPageBreak


any help is greatly appreciated.

thanks