Similar Threads:
1.saving a word document as separate files - one file per page
I am using Word 2007 to create a document (report sheet for school
students) which merges studentsdata from a spreadsheet into fields
into the word document.
The result is one word document with one page per student. Is it
possible to save this document as separate pages (one page (for one
student) in each file?
I am using a Danish edition of Word. I regret that that it is a little
difficult for me to explain the problem in English.
Thank you for any suggestions
Ealadi
2.saving pages of a file into separate files
hello all,
I wrote a code where each individual page of a large file is saved
into separate files. However, I haven been able to consistently copy
the headers and footers accordingly. Any suggestion?
Here is the segment of my code:
For i = 1 To j
ActiveDocument.Bookmarks.ShowHidden = True
'Select and copy the text to the clipboard
ActiveDocument.Bookmarks("\page").Range.Copy
'Open new document to paste the content of the clipboard into
Documents.Add
Selection.Paste
'Gets rid of possible break that is copied at the end of the
page
Selection.TypeBackspace
ChangeFileOpenDirectory (MyPath & "\PageToFile")
PageNum = PageNum + 1
ActiveDocument.SaveAs FileName:=prefix & PageNum & ".doc"
ActiveDocument.Close savechanges:=wdDoNotSaveChanges
'Move the selection to the next page in the document
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Count:=1
Next i
thanks in advance,
mm
3."Save as PDF" generates separate file for each page
Suddenly, using the Save as PDF function in Word (Word X,
Mac OS 10.2.8) has started generating seperate PDF files
for each page of a document, numbered .pdf, .2.pdf, .3.pdf,
etc. This only happens for some Word documents, not
others, but I can't see what the common feature is, and I
can't figure out how to stop it. Thanks in advance for
info/advice.
4.Save Selected Text As Separate File
Is there a way to select text and save the selected text only as a separate
file without having to copy and paste into new document?
Thank you,
--
L Lightner
5.Saving pages x-y to a separate file
Is there a way to save a specific page or multiple pages to a separate file
other than copy/paste (which often messes up these forms)?
Word 2k3
--
Thanks
"He had had his immortality thrust upon him by an unfortunate accident with
an irrational particle accelerator, a liquid lunch and a pair of rubber
bands. The precise details of the accident are not important because no one
has ever managed to duplicate the exact circumstances under which it
happened, and many people have ended up looking very silly, or dead, or
both, trying."
6. Save mutilple pages as separate files?
7. saving pages as separate files
8. File size getting bigger and bigger??