View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Create macro to print current page

The normal template for Word 2007 is normal.dotm

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




"antssistr" wrote in message
...
I need to create a macro to print just the current page of a document in
Word
2007. I received the answer before, but unfortunately my normal.dot got
messed up and now it is gone.

Please help me