Magnusfarce,
There's no built-in shortcut for this, but you can write a very simple macro for
it and assign it to a keyboard shortcut of your choosing:
Sub PrintCurrentPage
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End Sub
For info on using macros offered to you in a newsgroup, see:
http://www.mvps.org/word/FAQs/MacrosVBA/CreateAMacro.htm
To assign a macro to a keyboard shortcut or menu item:
http://word.mvps.org/faqs/customization/AsgnCmdOrMacroToHotkey.htm
--
Mark Tangard, Microsoft Word MVP
Note well: MVPs do not work for Microsoft.
"Life is nothing if you're not obsessed." --John Waters
Post by MagnusfarceIs there a keyboard shortcut to print the current page? (Word2K)
- Magnusfarce