#1   Report Post  
Posted to microsoft.public.word.pagelayout
georgepag georgepag is offline
external usenet poster
 
Posts: 2
Default Reordering Pages

I have a multi-page document where the pages go from the last
page to the first. How can I reverse this so that when i open the
document I see page 1 rather than page 8?
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Reordering Pages

Try running a macro containing the following code:

Dim i As Long
Dim Source As Document, Target As Document
Dim trng As Range
Set Source = ActiveDocument
Set Target = Documents.Add
Source.Activate
Selection.HomeKey Unit:=wdStory
With Source
For i = 1 To Source.BuiltInDocumentProperties(wdPropertyPages)
Source.Bookmarks("\Page").Range.Cut
Set trng = Target.Range
trng.Collapse wdCollapseStart
trng.Paste
Next i
End With
Source.Close wdDoNotSaveChanges
Target.Activate


--
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, originally posted via msnews.microsoft.com

"georgepag" wrote in message
...
I have a multi-page document where the pages go from the last
page to the first. How can I reverse this so that when i open the
document I see page 1 rather than page 8?


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Reordering Pages

Hi georgepag,

Cut & Paste.

--
Cheers
macropod
[Microsoft MVP - Word]


"georgepag" wrote in message ...
I have a multi-page document where the pages go from the last
page to the first. How can I reverse this so that when i open the
document I see page 1 rather than page 8?

  #4   Report Post  
Posted to microsoft.public.word.pagelayout
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Reordering Pages

Hi georgepag,

Cut & Paste.

--
Cheers
macropod
[Microsoft MVP - Word]


"georgepag" wrote in message ...
I have a multi-page document where the pages go from the last
page to the first. How can I reverse this so that when i open the
document I see page 1 rather than page 8?

  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP[_2_] Doug Robbins - Word MVP[_2_] is offline
external usenet poster
 
Posts: 5
Default Reordering Pages

Try running a macro containing the following code:

Dim i As Long
Dim Source As Document, Target As Document
Dim trng As Range
Set Source = ActiveDocument
Set Target = Documents.Add
Source.Activate
Selection.HomeKey Unit:=wdStory
With Source
For i = 1 To Source.BuiltInDocumentProperties(wdPropertyPages)
Source.Bookmarks("\Page").Range.Cut
Set trng = Target.Range
trng.Collapse wdCollapseStart
trng.Paste
Next i
End With
Source.Close wdDoNotSaveChanges
Target.Activate


--
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, originally posted via msnews.microsoft.com


"georgepag" wrote:

I have a multi-page document where the pages go from the last
page to the first. How can I reverse this so that when i open the
document I see page 1 rather than page 8?

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 2007 Quick Access Toolbar - Reordering the Icons Pravda New Users 4 March 8th 09 02:16 AM
Reordering Numbering Sequence Thara Page Layout 1 September 15th 08 02:25 PM
Word 2007 - Normal.dotm and tabs on bar reordering themselves? Wander88 Microsoft Word Help 4 August 17th 08 05:17 PM
Reordering pages in Word 2007 DonerBee Microsoft Word Help 2 May 2nd 08 03:04 PM
Reordering of pages for printing book CathyJ New Users 1 January 31st 05 03:09 AM


All times are GMT +1. The time now is 04:49 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"