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

You may find the following macro attached to a toolbar button useful to
print the page the cursor is in.

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




Gillian7117 wrote:
Hello, I have got six pages and I only want to print the bottom one,
how do I tell it not to print the other pages before the last
one???? Thanks alot..Gillian