View Single Post
  #2   Report Post  
Shauna Kelly
 
Posts: n/a
Default

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/Custom...roToHotkey.htm

Hope this helps.

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


"Bruce Herman" wrote in message
...
How can I assign a keyboard shortcut to printing the current page?