Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
How do I establish different print settings as the default in Word 2003? I
want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You're going to have to change your printer settings.
-- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I establish different print settings as the default in Word 2003? I want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
How do I change the printer settings?
"JoAnn Paules [MSFT MVP]" wrote: You're going to have to change your printer settings. -- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I establish different print settings as the default in Word 2003? I want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
The way you've been doing it. I don't think you can save printer settings
within the document. -- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I change the printer settings? "JoAnn Paules [MSFT MVP]" wrote: You're going to have to change your printer settings. -- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I establish different print settings as the default in Word 2003? I want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
True but you could use a macro.
There are two ways of doing this - either install a copy of the printer driver with the alternative settings and switch to that to print using the first macro, or switch the print options as in the second macro. Put the name of the copy printer (from the file print dialog) where indicated and add the macro to a toolbar button. http://www.gmayor.com/installing_macro.htm Sub Printer2() Dim sCurrentPrinter As String sCurrentPrinter = ActivePrinter ActivePrinter = sCurrentPrinterActivePrinter = "Put your copy printer name here" Application.PrintOut FileName:="" ActivePrinter = sCurrentPrinter End Sub Sub DraftPrint() With Options .DefaultTray = "Use printer settings" .PrintDraft = True .PrintReverse = True End With Application.PrintOut FileName:="" With Options .PrintDraft = False .PrintReverse = False End With End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org JoAnn Paules [MSFT MVP] wrote: The way you've been doing it. I don't think you can save printer settings within the document. "Lilac30750" wrote in message ... How do I change the printer settings? "JoAnn Paules [MSFT MVP]" wrote: You're going to have to change your printer settings. -- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I establish different print settings as the default in Word 2003? I want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I wondered if it could be done with a macro but my macro experience is very
limited. I tend to do things repeatedly rather than take the time to create a macro. (I always manage to booger something up in the process.) -- JoAnn Paules MVP Microsoft [Publisher] "Graham Mayor" wrote in message ... True but you could use a macro. There are two ways of doing this - either install a copy of the printer driver with the alternative settings and switch to that to print using the first macro, or switch the print options as in the second macro. Put the name of the copy printer (from the file print dialog) where indicated and add the macro to a toolbar button. http://www.gmayor.com/installing_macro.htm Sub Printer2() Dim sCurrentPrinter As String sCurrentPrinter = ActivePrinter ActivePrinter = sCurrentPrinterActivePrinter = "Put your copy printer name here" Application.PrintOut FileName:="" ActivePrinter = sCurrentPrinter End Sub Sub DraftPrint() With Options .DefaultTray = "Use printer settings" .PrintDraft = True .PrintReverse = True End With Application.PrintOut FileName:="" With Options .PrintDraft = False .PrintReverse = False End With End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org JoAnn Paules [MSFT MVP] wrote: The way you've been doing it. I don't think you can save printer settings within the document. "Lilac30750" wrote in message ... How do I change the printer settings? "JoAnn Paules [MSFT MVP]" wrote: You're going to have to change your printer settings. -- JoAnn Paules MVP Microsoft [Publisher] "Lilac30750" wrote in message ... How do I establish different print settings as the default in Word 2003? I want to quick print, in black and white, last page first without changing the print properties each time. Thanks! |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to set default envelope size for printing in Office XP | Microsoft Word Help | |||
Problem with Default Font While Printing Envelopes | Microsoft Word Help | |||
Working with forms - trying to hide default text on printing | Microsoft Word Help | |||
Black & White Printing as Default | Microsoft Word Help | |||
Default font - possible bulletproof fix in Word 2003 | Microsoft Word Help |