Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
You could use a macro like this to show the dialog box with the print
range preset: Sub Show() Dim dlgFilePrint As Dialog Set dlgFilePrint = Application.Dialogs(wdDialogFilePrint) With dlgFilePrint .Range = wdPrintCurrentPage .Show End With Set dlgFilePrint = Nothing End Sub For help on installing macros, see Graham Mayor's page at http://www.gmayor.com/installing_macro.htm Peter Jamieson http://tips.pjmsn.me.uk Visit Londinium at http://www.ralphwatson.tv Mr. Rogers wrote: microsoft word 03, after merging to word document i need to send each page of the multi page document to several different people. I would like the print options to defult to - current page , to prevent me from sending all pages to one person. Now i must select current page each time I want to send. I do not have to select the printer/fax each time, |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Print Current Page" Icon or shortcut? | Microsoft Word Help | |||
How do I change page range "All" to "current Pages" in print menu | Microsoft Word Help | |||
Creating a "print current page" macro or button | Microsoft Word Help | |||
"Print current page" should have a "+n pages" field. | Microsoft Word Help | |||
Icon in Word for "PRINT CURRENT PAGE" would be most helpful | Microsoft Word Help |