Thread: remove a page
View Single Post
  #2   Report Post  
Luc
 
Posts: n/a
Default

???;
Select the text and delete. Unfortunately there is no way of selecting a
page in one go (not that I know of anyway).
Sometime ago one of the MVP's (I think it was Jay Freedman but it could be
someone else) posted this code that would do the job. If you put that in a
macro and assign it to a button or keyboard combination it should do the
trick for you. Only thing you have to do is to hit the delete key.
Sub SelectCurrentPage()
ActiveDocument.Bookmarks("\Pag*e").Select
End Sub
Luc

"???" schreef in bericht
...
Just tell me somebidy how to remove a page!