keyboard shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Bruce

Here's a little macro that prints out the current page:

Sub PrintCurrentPage()
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End Sub

For information on what to do with the macro, see
Graham Mayor's Idiots' Guide to Installing Macros
http://www.gmayor.com/installing_macro.htm

For information on how to allocate a keyboard shortcut to the macro, see
How to assign a Word command or macro to a hot-key
http://www.word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToHotkey.htm

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
 
Back
Top