View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Fredrik E. Nilsen Fredrik E. Nilsen is offline
external usenet poster
 
Posts: 108
Default Set default printer per document

On Sun, 31 Aug 2008 07:53:01 -0700, JiVi
wrote:

Can anyone tell me how a printer can be assigned to a word document per
default? So that different docs have different printers assigned as default.
Thanks


The short answer: You can't.

The not so short answer: You can create a macro and run this macro to
print from the printer you select:

Sub YourPrinter()
ActivePrinter = "Insert printer name here"
Application.PrintOut
End Sub

Read here for instructions on installing macros:

http://www.gmayor.com/installing_macro.htm

--
Fredrik E. Nilsen
http://fenilsen.wordpress.com