Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson Peter Jamieson is offline
external usenet poster
 
Posts: 4,582
Default Merged files not individually collated and stapled when word print

You could look around Graham Mayor's site a bit more -

http://www.gmayor.com/installing_macro.htm

or see

http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

then at what point in the mail merge process
do i run the macro?


In this case you probably need to set up the mail merger main document,
connect it to the data source, then run the macro.

--
Peter Jamieson
http://tips.pjmsn.me.uk

wrote in message
oups.com...
On Sep 19, 3:30 am, "Graham Mayor" wrote:
You should be able to do this with one of fellow MVP Doug Robbins handy
merge macros

Sub SplitMergeLetterToPrinter()

' splitter Macro
' Macro created 16-08-98 by Doug Robbins to print each letter created by
a
' mailmerge as a separate file.
'

Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo, _
From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend

End Sub

--

Graham Mayor - Word MVP

My web sitewww.gmayor.com
Word MVP web sitehttp://word.mvps.org


psy UK wrote:
Merged documents containing several records are not individually
collated and stapled when you use the mail merge feature to print in
word, i.e. 1 document is printed and stapled on the printer. I have
seen the knowledge based article detailing how to do the same thing
in Publisher by changing values in regedit.


Does a similar answer exist in relation to word.


Many thanks


I would like to use this macro but don't know where to start with
word macros. How do i take the snipit of text above and use it to
create a macro in word. then at what point in the mail merge process
do i run the macro?

Thanks,

Scott




 
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 document pages # consecutively, section page # individually Robert Microsoft Word Help 2 April 30th 06 03:46 PM
How to print collated merged forms samanthahitchins Mailmerge 1 December 15th 05 05:31 AM
When printing 2 or more docs to be stapled, all docs come stapled CCi Microsoft Word Help 2 June 29th 05 08:41 PM
I want to print business cards that are individually numbered. Dom Microsoft Word Help 1 April 6th 05 04:55 AM
Sending Merged Documents to Printer Individually [email protected] Mailmerge 1 December 19th 04 10:50 AM


All times are GMT +1. The time now is 05:22 AM.

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"