Discussion:
Print Current Page Shortcut
(too old to reply)
Magnusfarce
2004-01-19 04:19:07 UTC
Permalink
Is there a keyboard shortcut to print the current page? (Word2K)

- Magnusfarce
Mark Tangard
2004-01-19 05:13:36 UTC
Permalink
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 Magnusfarce
Is there a keyboard shortcut to print the current page? (Word2K)
- Magnusfarce
Suzanne S. Barnhill
2004-01-19 05:21:46 UTC
Permalink
Sure. Ctrl+Shift+U. But that's only on my computer. <g>

Seriously, there is unfortunately no built-in command for this function and
therefore no easy way to assign it to a keyboard shortcut or toolbar button.
What you'll have to do (as I did) is record a macro
(http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm) and assign a
keyboard shortcut to the macro.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
Post by Magnusfarce
Is there a keyboard shortcut to print the current page? (Word2K)
- Magnusfarce
Hilary Ostrov
2004-01-19 05:43:43 UTC
Permalink
On Mon, 19 Jan 2004 04:19:07 GMT, in
Post by Magnusfarce
Is there a keyboard shortcut to print the current page? (Word2K)
Not that I'm aware of, but you can easily create your own by recording
a macro which you assign to the keyboard.

If you haven't recorded any macros before, see

http://word.mvps.org/faqs/macrosvba/UsingRecorder.htm

HTH
hro
--
myssiwyg* ... making your support systems improve what you get!
http://www.myssiwyg.ca/
Continue reading on narkive:
Loading...