Word is not a page layout program. A 'page' is made up of various items and
any attempt to delete 'pages' will be complicated by issues such as section
breaks and header/footers etc. However the following macro *may* do what you
want - just don't be too surprised if it doesn't behave as you expect:
Sub PageDelete()
On Error Resume Next
ActiveDocument.Bookmarks("\page").Range.Delete
End Sub
http://www.gmayor.com/installing_macro.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>