Printing

J

Joel

Hello,

My script prints with this code:

Sub CommandButtonShipLabel_Click()
Dim objDoc
Set objDoc =
GetWordDocShipLabel("\\tgps8\drawing$\Jobs\Task_Templates\Ship.dot")
Call FillFieldsShipLabel(objDoc)
objDoc.Application.Options.PrintBackground = True
objDoc.PrintOut
objDoc.Close wdDoNotSaveChanges
Call RestoreWordShipLabel
Set objDoc = Nothing
End Sub

How can I make it print to a specific printer and print 2 copies?

Thanks for your help.

-Joel
 

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