From: antssistr on
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
From: Graham Mayor on
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" <antssistr(a)discussions.microsoft.com> wrote in message
news:2D6B04C2-46CC-46A6-8DE6-C883DBCF7000(a)microsoft.com...
>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