12-03-2009, 10:36 AM
after each time when you write in the doc you can insert a pagebreak there
does this help?
Code:
Const wdPageBreak = 7
Selection.InsertBreak(wdPageBreak)
does this help?