Changing Print Page Range Default

  • Thread starter Thread starter Wayne
  • Start date Start date
W

Wayne

Most of my printing is for just the page I am working on. I very seldo
print all pages in a document and the times that I do it is ususall
because I failed to change the Page Range on the print menu to curren
page. Is there any way to change the default on the printer icon o
print file from "All" to "Current Page" without having to go throug
those steps every time
 
Create a macro containing the following command

ActiveDocument.PrintOut Range:=wdPrintCurrentPage

Either add it to a toolbar button or assign it to the keyboard.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top