Hello,
I am trying to create a print macro from a Word document that has been created through mail merge.
All I need it to do is 1) Quick Print 2) Go to the next record 3) Quick Print 4) Go to the next record..... When it reaches the last record I need it to stop.
Can someone help write this macro for me? The Macro Recorder has given me the following, but I do not know how to put the "loop" into the code.
Sub Macro1()
'
' Macro1 Macro
'
'
ActiveDocument.PrintOut
ActiveDocument.MailMerge.DataSource.ActiveRecord = wdNextRecord
End Sub
Thanks!
Pete
I am trying to create a print macro from a Word document that has been created through mail merge.
All I need it to do is 1) Quick Print 2) Go to the next record 3) Quick Print 4) Go to the next record..... When it reaches the last record I need it to stop.
Can someone help write this macro for me? The Macro Recorder has given me the following, but I do not know how to put the "loop" into the code.
Sub Macro1()
'
' Macro1 Macro
'
'
ActiveDocument.PrintOut
ActiveDocument.MailMerge.DataSource.ActiveRecord = wdNextRecord
End Sub
Thanks!
Pete