T
test123
Doug,
I have been reading your messages concerning these issues....I sa
this
The following macro will send each newsletter to the printer as
separate
print job which should then allow the stapling to take place:
Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count Step 1
.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
End With
My questions for you are the following:
1) What versions of MS Word can this macro be used?
2) Can this macro be used in Wordperfect? If so what versions?
Thanks again for your insight
I have been reading your messages concerning these issues....I sa
this
The following macro will send each newsletter to the printer as
separate
print job which should then allow the stapling to take place:
Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count Step 1
.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
End With
My questions for you are the following:
1) What versions of MS Word can this macro be used?
2) Can this macro be used in Wordperfect? If so what versions?
Thanks again for your insight