G Guest Jan 28, 2005 #1 I would like to have an icon on my toolbar that will permit me to print just the page I am currently working on.
I would like to have an icon on my toolbar that will permit me to print just the page I am currently working on.
G garfield-n-odie Jan 28, 2005 #2 You can create a "print current page" macro: Sub PrintCurrentPage() ActiveDocument.PrintOut Range:=wdPrintCurrentPage End Sub ....and assign the macro to a toolbar button.
You can create a "print current page" macro: Sub PrintCurrentPage() ActiveDocument.PrintOut Range:=wdPrintCurrentPage End Sub ....and assign the macro to a toolbar button.