View Single Post
  #3   Report Post  
Graham Mayor
 
Posts: n/a
Default

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

--

Graham Mayor - Word MVP

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




Roland67 wrote:
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!