D Dave Jan 7, 2009 #1 In Word 2007, how to customize quick print to print this page (the page viewed) and then place on QAT.
In Word 2007, how to customize quick print to print this page (the page viewed) and then place on QAT.
J Jay Freedman Jan 7, 2009 #2 In Word 2007, how to customize quick print to print this page (the page viewed) and then place on QAT. Click to expand... 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.
In Word 2007, how to customize quick print to print this page (the page viewed) and then place on QAT. Click to expand... 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.