Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.word.docmanagement,microsoft.public.word.formatting.longdocs,microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Use a macro containing the following code to print the document:
Dim i As Long Dim blank As Document For i = 1 To 240 Step 15 ActiveDocument.PrintOut Range:=wdPrintFromTo, From:=i, To:=i + 15 Set blank = Documents.Add With blank .PrintOut .Close wdDoNotSaveChanges End With Next i -- Hope this helps, Doug Robbins - Word MVP Please reply only to the newsgroups unless you wish to obtain my services on a paid professional basis. "S N" wrote in message ... How do I add a blank page automatically as a separator after every 15 pages when printing a document of 250 pages? |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert a separator page when a record changes | Mailmerge | |||
Creating a Template with a Separator Page | Microsoft Word Help | |||
How to change a Vista footnote separator line to a blank? | New Users | |||
Using ~~~ as a Page Separator | Page Layout |