Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
How do I change page range "All" to "current Pages" in print menu
How do I change page range "All" to "current Pages" in print menu so it is
selected every time by default? |
#2
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
How do I change page range "All" to "current Pages" in print menu
There is no option/setting that will let you do that. You would need to use
a macro that preselects "Current page". The simplest one I can think of is: Sub ArbitraryMacroName() SendKeys "^p%e" End Sub This macro presses Ctrl+p (^p) then presses Alt+e (%e). Note: this macro works when placed onto a toolbar or menu, but not when directly assigned to a keystroke. It also depends on your not having reassinged Ctrl+p to something other than the Print dialog. -- Herb Tyson MS MVP Author of the Word 2007 Bible Blog: http://word2007bible.herbtyson.com Web: http://www.herbtyson.com "Shiv" wrote in message ... How do I change page range "All" to "current Pages" in print menu so it is selected every time by default? |
Reply |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
How do I change my page setup settings from "point" to "inches" | Page Layout | |||
Can I change the default view from "print layout" to "draft?" | Microsoft Word Help | |||
"Print current page" should have a "+n pages" field. | Microsoft Word Help | |||
"Page Down" key in "Print Preview" No Longer Works | Microsoft Word Help | |||
Print quantity says "3" - how do I change it back to stay at "1"? | Microsoft Word Help |