View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word 2007 how to customize quick print to print this page

On Wed, 7 Jan 2009 12:32:01 -0800, Dave wrote:

In Word 2007, how to customize quick print to print this page (the page
viewed) and then place on QAT.


Place this macro in Normal.dotm (see
http://www.gmayor.com/installing_macro.htm):

Sub PrintThisPage()
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End Sub

Then add the macro to the QAT.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.