Printing certain pages in all sections

MS WORD

    Next

  • 1. how many words that you type are ready
    You have a report and you have to type 1000 between and 1500 words
  • 2. I keep getting an winword.exe error
    When I open up emails or even word, I get the error when I close down or try and send the email.
  • 3. Making Cover Page Different Color that Document Body
    I want to make the first page black and keep the rest of it white. Is that possible? I change the front to black and it all goes black. And then I change the body to white and it all goes white. Can I make the two different on Word 2007?
  • 4. My Office word 2007 does not close the first time?
    My Office Word 2007 does not close the first time. It comes up file not found and restarts it's quite annoying. It will close the second time.
  • 5. Making tables accessible in MS Word Forms
    Have a challenge i cant seem to figure out. I am making a form that i want to lock down, only allowing the user to enter text into the form fields. However, part of the document consists of a table where they will enter info into a cell then move on to another cell. The problem is, depending on how much entries they have they might need to add another row or two to the table. How can i allow this. I know without a form lockdown all they would have to do is push tab and a new row would appear. However this is not happening with a locked form. How can i format the table to allow this??

Printing certain pages in all sections

Postby THVrZWVl » Wed, 14 Mar 2007 15:39:10 GMT

Is there any possible way to print a range of pages in all sections? I have a 
number of mail merge documents that are merged to a new document overnight 
(due to their size, as it takes anywhere up to 40 mins with several thousand 
records) I need to print only certain pages within each section. 

Eg, the original merge document had 3 pages and 500 records, after it is 
merged to a new document I end up with a 1500 page document with each section 
containing 3 pages. What we need to do is print page 1 and 2 of each section 
to one printer (as it is duplex) and send page 3 to another printer as the 
duplex and simplex pages use different paper. Is this possible?

We can do this before merging and selecting 'Merge to Printer', but the 
merge process takes far too long on some of our documents, but we seem to 
lose this functionality after mering into one document. Cheers.


Re: Printing certain pages in all sections

Postby macropod » Wed, 14 Mar 2007 20:54:52 GMT

Hi Lukeee,

See:  http://www.**--****.com/ 
Although specific to Word 2003 & 2003, the principle applies to earlier versions as well.

Cheers

-- 
macropod
[MVP - Microsoft Word]
-------------------------




Re: Printing certain pages in all sections

Postby Graham Mayor » Wed, 14 Mar 2007 21:34:56 GMT

In theory at least, the following macro should print page 1 & 2 of each 
section on one printer and page 3 on another (change Printer 1 and Printer 2 
for the actual printers.)

Whether this would be any quicker I hesitate to guess - try it with a few 
records.

Sub PrintXSections()
Dim sCurrentPrinter As String
Dim x as Long, lSecs As Long
Dim sPages As String
lSecs = ActiveDocument.Sections.Count

sCurrentPrinter = ActivePrinter
For x = 1 To lSecs
ActivePrinter = "Printer 1"
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="p1s" & x & ",p2s" & x
ActivePrinter = "Printer 2"
ActiveDocument.PrintOut Range:=wdPrintRangeOfPages, _
Pages:="p3s" & x
Next x
ActivePrinter = sCurrentPrinter
End Sub


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

My web site www.gmayor.com
Word MVP web site  http://www.**--****.com/ 
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>







Re: Printing certain pages in all sections

Postby THVrZWVl » Thu, 15 Mar 2007 08:27:08 GMT

Thanks Graham,

I applied that code with a few minor changes and also did the same thing in 
C# using the interop libraries, unfortunately both had the same result - 
although it did print what I needed, I ended up with hundreds of jobs being 
spooled!

It's just a shame that the p*s* syntax in the print dialog doesn't support 
this, but thanks for your help.






Re: Printing certain pages in all sections

Postby Graham Mayor » Thu, 15 Mar 2007 16:02:56 GMT

I cannot see any way around the problem that would eliminate the hundreds of 
print jobs. It might be a little quicker to spool pages 1&2 first and then 
pages 3, but you are still going to have lots of print jobs.

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

My web site www.gmayor.com
Word MVP web site  http://www.**--****.com/ 
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>







Similar Threads:

1.Printing Certain Pages in a Section

I have a document that has multiple Next Page Section Breaks.  Some sections 
have multiple pages.  How can I print a certain page in a certain section 
without printing all pages of that section?

Thanks
-- 
M. Rouse

2.Printing certain pages w/in sections

I'm in Word 2003, and want to print only certain pages w/in sections (ie 
after updating 1 or 2 pages). How do I specify this in the print dialog box? 
Thanks! 

3.Can I Not Print Certain Sections oor Certain Styles in Documen

4.Telling Word not to print certain sections

Greetings. Is there a way to tell Word not to print individual sections of 
documents? I have a two-section document, and while I want section 1 to be 
visibly onscreen, I don't want to print. Can this be done without using 
hidden text? Thanks.
-- 
J44xm

5.Page numbers for certain sections only

How do I limit page numbers to certain sections of the document only? That is 
not restart at a section and not change the format but simply no numbers 
other than for a single section of the doc. This section starts in the middle 
of the doc.

Many thanks.

Using Vista and Word 2007

6. Printing certain sections and the header and footer

7. Only print certain sections of a document in a form

8. Printing certain pages of documents not page number in document



Return to MS WORD

 

Who is online

Users browsing this forum: No registered users and 30 guest