I have some access software which uses a Word 97 template to build an
envelope. What I need to know is how can I remove page part of the file.
All I need is an envelope template. It would make things easier during
printing. Is there anyway to do this?
(Software doesn't play well with Word 2002 so can't upgrade yet to newer
version.)
Thanks!
Anne Troy - 20 Mar 2005 02:41 GMT
I dunno, Roland. Make a new envelope template and overwrite the old?
Envelope template instructions:
http://www.theofficeexperts.com/word.htm#Envelopes&LabelsTricks
*******************
~Anne Troy
www.piersontech.com
www.mrexcel.com
> I have some access software which uses a Word 97 template to build an
> envelope. What I need to know is how can I remove page part of the file.
[quoted text clipped - 5 lines]
>
> Thanks!
Graham Mayor - 20 Mar 2005 09:46 GMT
Presumably the software adds an envelope to a document as is the case with
the envelope wizard. This is no big deal to print, simply print page 0 or
the current page with the cursor in the envelope. If that is too onerous,
add the following macro to a toolbar button.
Sub PrintPage()
Application.PrintOut Range:=wdPrintCurrentPage
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 have some access software which uses a Word 97 template to build an
> envelope. What I need to know is how can I remove page part of the
[quoted text clipped - 5 lines]
>
> Thanks!