Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Guys,
one of my users has asked me if it is possible to change her default print settings so that the aerial button to print only "Current Page" is the default setting, rather than "All". I have had a search around, but cant see anything on this. We use MS Office 2003 SP2 on XP Pro Clients. Thanks in advance. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Add the following macro to her normal.dot template
Sub FilePrintDefault() Application.PrintOut Range:=wdPrintCurrentPage End Sub or add another toolbar button to call Sub PrintPage() Application.PrintOut Range:=wdPrintCurrentPage End Sub http://www.gmayor.com/installing_macro.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org M_Hood wrote: Hi Guys, one of my users has asked me if it is possible to change her default print settings so that the aerial button to print only "Current Page" is the default setting, rather than "All". I have had a search around, but cant see anything on this. We use MS Office 2003 SP2 on XP Pro Clients. Thanks in advance. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change print preview default % | Microsoft Word Help | |||
How do I change Default options in Sort Text window? | Microsoft Word Help | |||
How do I permanently change default formatting of numbering | Page Layout | |||
set default margins permanently | Page Layout | |||
How do I set default print scaling options for all documents? | Microsoft Word Help |