Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a multipage word document and I want to delete one page that I
selected to navigate the document. I cannot find any data on deleting a page |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
The only way (other than VBA) to delete a page is to select everything on it
and press Delete. See http://daiya.mvps.org/wordpages.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Jimbo" wrote in message ... I have a multipage word document and I want to delete one page that I selected to navigate the document. I cannot find any data on deleting a page |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Even using vba, there is no guarantee that the results will be as imagined,
because Word has no real concept of pages. It is not a page layout application - but try the following which will delete the 'page' the cursor is in: Sub PageDelete() ActiveDocument.Bookmarks("\page").Range.Delete End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Suzanne S. Barnhill wrote: The only way (other than VBA) to delete a page is to select everything on it and press Delete. See http://daiya.mvps.org/wordpages.htm "Jimbo" wrote in message ... I have a multipage word document and I want to delete one page that I selected to navigate the document. I cannot find any data on deleting a page |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am trying to delete the second page from my document in word. | Microsoft Word Help | |||
Page number restart | Microsoft Word Help | |||
page number printing on a merged report | Mailmerge | |||
Page number difficulties | Microsoft Word Help | |||
How do I delete the last page of a word document that has nothing. | Microsoft Word Help |