Use the following:
' Throw away Macro created by Doug Robbins
'
Dim i As Long
For i = 1 To ActiveDocument.Sections.Count
ActiveDocument.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> I need to print a high volume (1000) of high quality 4-page brochures
> that need to be stapled. After being merged, the printer can not handle
[quoted text clipped - 6 lines]
>
> Crys