Macro to print multiple copies of 1 document

T

TechieMom

Hi

I have a form I have created in Word that I need printed 3 times each
time it's filled out. Is that a macro that can do this automatically?


Thanks

Melanie
 
M

macropod

Hi Melanie,

For a non-vba solution that'll work with any postscript printer, try a PRINT
field coded as:
{PRINT \p page "/#copies 3 def"}
If you insert this in the header, 3 copies of all pages will be printed
every time the file is sent to the printer; otherwise, it prints 3 copies of
whatever page it's on.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top