Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / September 2005

Tip: Looking for answers? Try searching our database.

WORD PRINTING PREFERENCES

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
slgcms - 24 Sep 2005 16:42 GMT
I am printing to an HP 4200 printer and I have a manual feed tray as tray
1, tray 2 is bond paper and tray 3 is plain paper. When I switch between
trays word holds that tray as default even if I create a new document the
only way it goes back to the original default (which is plain in tray 3)
is to close Word and then reopen or manually change it back.  I there a
way to keep it as tray 3 as default when I open new documents?
Thanks for your help.
Graham Mayor - 25 Sep 2005 06:23 GMT
The simplest way to deal with changing paper trays is to create a printers
toolbar and add to it the commands to print to each of the three trays.

You will need three macros similar to the following (which is for tray2) one
for each tray.

Sub PrintTray2()
   With Options
       .DefaultTray = "Tray 2" 'define the tray here
   End With
   Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Copies:=1
   With Options
       .DefaultTray = "Use printer settings"
   End With
End Sub

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

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> I am printing to an HP 4200 printer and I have a manual feed tray as
> tray 1, tray 2 is bond paper and tray 3 is plain paper. When I switch
[quoted text clipped - 4 lines]
> new documents?
> Thanks for your help.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.