#1   Report Post  
Posted to microsoft.public.word.pagelayout
Patrick C. Simonds Patrick C. Simonds is offline
external usenet poster
 
Posts: 14
Default Mixed pages

I am at a loss here. I have a document in which I want to have the first 2
pages be 81/2x11 and the last page to be a #10 envelope. I am able to get
the document created, but when it prints, it all prints on envelopes.

Any help would be appreciated.

  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mixed pages

Does it print normally if you add the envelope to the document using the
envelope tool, which would put it at the start of the document?

--

Graham Mayor - Word MVP

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



Patrick C. Simonds wrote:
I am at a loss here. I have a document in which I want to have the
first 2 pages be 81/2x11 and the last page to be a #10 envelope. I am
able to get the document created, but when it prints, it all prints
on envelopes.
Any help would be appreciated.



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Patrick C. Simonds Patrick C. Simonds is offline
external usenet poster
 
Posts: 14
Default Mixed pages

I do not know. This document is filled through the use of VBA Textboxes.


"Graham Mayor" wrote in message
...
Does it print normally if you add the envelope to the document using the
envelope tool, which would put it at the start of the document?

--

Graham Mayor - Word MVP

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



Patrick C. Simonds wrote:
I am at a loss here. I have a document in which I want to have the
first 2 pages be 81/2x11 and the last page to be a #10 envelope. I am
able to get the document created, but when it prints, it all prints
on envelopes.
Any help would be appreciated.




  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mixed pages

Perhaps you could try adding an envelope to a document and then you would
know?
Does your saved document look correct if you use print preview?
Is this a mail merge? If it is then you need to merge to a new document and
print each section as a separate document. You'll need extra macro code for
that

Sub SplitMergeLetterToPrinter()
' splitter Macro
' Macro created 16-08-98 by Doug Robbins to print each letter created by a
' mailmerge as a separate file.
'
Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo, _
From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend
End Sub

The issue is not so much with your text boxes, but with page setup over the
various sections of the document and the ability of the printer driver to
see the changes.


--

Graham Mayor - Word MVP

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




Patrick C. Simonds wrote:
I do not know. This document is filled through the use of VBA
Textboxes.

"Graham Mayor" wrote in message
...
Does it print normally if you add the envelope to the document using
the envelope tool, which would put it at the start of the document?

--

Graham Mayor - Word MVP

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



Patrick C. Simonds wrote:
I am at a loss here. I have a document in which I want to have the
first 2 pages be 81/2x11 and the last page to be a #10 envelope. I
am able to get the document created, but when it prints, it all
prints on envelopes.
Any help would be appreciated.



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
Mixed language font size. tds New Users 6 August 12th 08 02:14 PM
mixed landscape and portrait in one page sueh Page Layout 1 July 3rd 07 06:47 PM
Mixed protection styles Stephen Quist Page Layout 8 December 8th 06 05:39 PM
tabs get mixed-up when mail/fax from Word PV Microsoft Word Help 0 January 11th 06 11:31 AM
Mixed fractions with sub/superscript formatting. WoodOne Microsoft Word Help 8 September 26th 05 08:06 AM


All times are GMT +1. The time now is 10:46 AM.

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"