Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
sharonvania sharonvania is offline
external usenet poster
 
Posts: 1
Default How do I save pages seperately?

I need to save a 2 page document....each page seperately.
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default How do I save pages seperately?

The only practical way to do this is make a copy of the document and delete
page 1 from one copy and page 2 from the other.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"sharonvania" wrote in message
...
I need to save a 2 page document....each page seperately.



  #3   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 How do I save pages seperately?

Use the following macro



Sub splitter()

'

' splitter Macro

' Macro created 16-08-98 by Doug Robbins to save each page of a document

' as a separate file with the name Page#.DOC

'

Dim Counter As Long, Source As Document, Target As Document

Set Source = ActiveDocument

Selection.HomeKey Unit:=wdStory

Pages = Source.BuiltInDocumentProperties(wdPropertyPages)

Counter = 0

While Counter Pages

Counter = Counter + 1

DocName = "Page" & Format(Counter)

Source.Bookmarks("\Page").Range.Cut

Set Target = Documents.Add

Target.Range.Paste

Target.SaveAs FileName:=DocName

Target.Close

Wend

End Sub


--
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

"sharonvania" wrote in message
...
I need to save a 2 page document....each page seperately.



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
Saving mail merged letter seperately then emailing nldunique Mailmerge 2 July 10th 08 11:20 AM
Saving mail merged letter seperately then emailing chayanne Mailmerge 1 June 26th 08 08:55 PM
Saving mail merged letter seperately then emailing chayanne Mailmerge 19 June 13th 08 09:27 PM
Save pages as individual documents Chase Microsoft Word Help 2 June 15th 07 05:59 AM
print each page seperately Jeffy Microsoft Word Help 1 February 17th 06 10:07 AM


All times are GMT +1. The time now is 11:57 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"