Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Lilac30750
 
Posts: n/a
Default Printing default for Word

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   Report Post  
Posted to microsoft.public.word.docmanagement
JoAnn Paules [MSFT MVP]
 
Posts: n/a
Default Printing default for Word

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   Report Post  
Posted to microsoft.public.word.docmanagement
Lilac30750
 
Posts: n/a
Default Printing default for Word

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   Report Post  
Posted to microsoft.public.word.docmanagement
JoAnn Paules [MSFT MVP]
 
Posts: n/a
Default Printing default for Word

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   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor
 
Posts: n/a
Default Printing default for Word

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   Report Post  
Posted to microsoft.public.word.docmanagement
JoAnn Paules [MSFT MVP]
 
Posts: n/a
Default Printing default for Word

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

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set default envelope size for printing in Office XP CAC Microsoft Word Help 0 October 30th 05 01:03 PM
Problem with Default Font While Printing Envelopes husky86 Microsoft Word Help 5 October 7th 05 12:09 PM
Working with forms - trying to hide default text on printing Form-ally Stumped! Microsoft Word Help 1 June 30th 05 05:10 PM
Black & White Printing as Default GinaB Microsoft Word Help 2 February 7th 05 04:35 PM
Default font - possible bulletproof fix in Word 2003 [email protected] Microsoft Word Help 0 January 14th 05 09:14 PM


All times are GMT +1. The time now is 12:01 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"