B Barbara Oct 22, 2008 #1 How do I create a keyboard shortcut (not a macro) to print the current page?
G Graham Mayor Oct 22, 2008 #2 You need the macro! 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 <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
You need the macro! 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 <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
S Suzanne S. Barnhill Oct 22, 2008 #3 Note that the macro can be assigned a keyboard shortcut (mine is Ctrl+Shift+U and has been for so long that I don't even remember why <g>).
Note that the macro can be assigned a keyboard shortcut (mine is Ctrl+Shift+U and has been for so long that I don't even remember why <g>).
S Stefan Blom Oct 22, 2008 #4 Because it was the first available keyboard shortcut that you found, perhaps?
S Suzanne S. Barnhill Oct 22, 2008 #5 Well, obviously C was out of the question, so I guess U was the next letter in "current."