Page break in word text file
Hey all,
I have a text file which i open in word, i run a macro which formats all the text, the problem is that i want to print the file on preprinted stationary but the text flows over the page to the next, I need to insert a page break after or before certain text eg Page 1.
Please help me
Julian :)
Re: Page break in word text file
You could use this to insert a page break, but the tricky part will be to determine where to insert it,
or did you mean to do it manually (Insert > Break > Page Break)/
VB Code:
Selection.InsertBreak Type:=wdPageBreak