Use Edit>Replace. But probably not Replace All. Be mindful of what it may
do the headers and footers.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi all
> I am trying to automate deletion of sections pagebreaks in a Word
[quoted text clipped - 13 lines]
> Cordially
> Pascal
papou - 23 Jun 2005 11:59 GMT
Hello Doug
Thank you for your answer.
I have tried this method but it seems that the first section pagebreak won't
delete.
Any solution?
Here's my code:
Selection.WholeStory
With Selection.Find
.Text = "^b"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Execute Replace:=wdReplaceAll
End With
TIA
Cordially
Pascal
> Use Edit>Replace. But probably not Replace All. Be mindful of what it may
> do the headers and footers.
[quoted text clipped - 16 lines]
> > Cordially
> > Pascal