Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / December 2005

Tip: Looking for answers? Try searching our database.

Mail Merge Printing Sections

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kara - 21 Dec 2005 01:40 GMT
I'm currently using Word 2003 and am curious if there was an update that
changed they way I used to be able to print documents...

Previously after a mail merge I could tell it to print page 1, and it would
print the first page of every section. This was helpful because I could then
print to a PDF and have the main information from the first page grouped
together. Now printing page 1 only prints the first page. I've used a macro
posted in previous posts, but this makes the process incredibly slower as it
send each 1st page to the printer seperately, so instead of having one 50
page document, there are 50 one page documents to be spooled individually. I
would also not be able to print to a PDF without having 50 individual files
that I'd have to name and save separately.

Also, before I could print and each section would be duplexed and collated
without having to run a macro. It would staple and duplex the three pages and
I'd have 50 packets. Now since it's an odd paged document the duplexing is
off and it tries to staple the every section together.

Did something change recently that removed the way things print, or have I
formatted things wrong?

Thank you for any help you can provide!
Doug Robbins - Word MVP - 21 Dec 2005 06:37 GMT
Something may have changed about the printing of the Page 1 is concerned.
The following macro will however print all of the page 1's in the one print
job so that if you are printing to .pdf, just one file will be created:

Dim i As Long, pstring As String
pstring = "p1s1"
For i = 2 To ActiveDocument.Sections.Count
   pstring = pstring & ",p1s" & i
Next i
ActiveDocument.PrintOut Range:=wdPrintFromTo, From:=pstring

I think however that you are mistaken by thinking that before you "could
print and each section would be duplexed and collated
without having to run a macro."  A macro has always been required for that.

Signature

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

> I'm currently using Word 2003 and am curious if there was an update that
> changed they way I used to be able to print documents...
[quoted text clipped - 25 lines]
>
> Thank you for any help you can provide!
Kara - 21 Dec 2005 17:28 GMT
Thank you for your reply. The macro worked perfectly to create one PDF
document.

I don't know why I thought it would work before. Maybe I just got lucky and
always had the right number of pages.

Thanks again and happy holidays!

> Something may have changed about the printing of the Page 1 is concerned.
> The following macro will however print all of the page 1's in the one print
[quoted text clipped - 40 lines]
> >
> > Thank you for any help you can provide!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.