Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How can I print different sections of the one Word documen..

 
   Windows Help (Home) -> Microsoft Word RSS
Next:  Helping hints on right side of page  
Author Message
sharsy

External


Since: Dec 7, 2008
Posts: 1



(Msg. 1) Posted: Sun Dec 07, 2008 9:53 pm
Post subject: How can I print different sections of the one Word document to two
Archived from groups: microsoft>public>word>docmanagement (more info?)

How can I print different sections of the one Word document to two
different printers? e.g. section 1 to b & w printer and section 2 to
the colour printer. I have only been able to figure out how to print
to different trays on the same printer which doesn't help me!!! Thanks
- sharsy

 >> Stay informed about: How can I print different sections of the one Word documen.. 
Back to top
Login to vote
Graham Mayor

External


Since: Nov 25, 2008
Posts: 134



(Msg. 2) Posted: Mon Dec 08, 2008 8:23 am
Post subject: Re: How can I print different sections of the one Word document to two different printers?
Archived from groups: per prev. post (more info?)

You'll need a macro. [URL="http://www.gmayor.com/fax_from_word.htm"]http://www.gmayor.com/fax_from_word.htm[/URL] demonstrates
how to switch printers and trays you need to add the extra code to print the
sections - something like

Dim sPrinter As String
sPrinter = ActivePrinter
ActivePrinter = "Printer name 1"
Application.PrintOut FileName:="", Range:=wdPrintRangeOfPages, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="s1"
ActivePrinter = "Printer name 2"
Application.PrintOut FileName:="", Range:=wdPrintRangeOfPages, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="s2"
ActivePrinter = sPrinter

 >> Stay informed about: How can I print different sections of the one Word documen.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Numbering sections and sub-sections - I'd like to be able to number Heading 1's as "Section 1", and then Heading 2's as "1.2", "1.3", etc., then Heading 3's as "1.1.1", "1.1.2". Can anyone help? While we're at it, I'd specifically like He...

How do I print a list of my macros in Word? - I want to print a list of macros that I have created, so I can have it for a quick reference.

WORD Print menu Delay - In WORD07, when I click the OFFICE icon in the upper left to enter the PRINT module, I get about a 10 second delay before the Print menu appears with the list of printers. Is there a setting that will bring this menu up instantly? thanks.

When I try to print a WORD doc, I get blank pages. - This is a new problem. I have no problem printing directly off the internet, but I have trouble with pdf texts as well

Can I print out my office address list in MS Word? - I need to print out my address list in MS Word. Is there a way to do this?
   Windows Help (Home) -> Microsoft Word All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]