Use the following macro and assign it to a button...
Sub PrintPage()
'
' PrintPage Macro
'
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End Sub
jesse
>-----Original Message-----
>Hi there!
[quoted text clipped - 6 lines]
>V K
>.
Cheri Wheeler - 03 Oct 2003 19:40 GMT
Can you explain how it is assigned to a button? I want it
to happen without the user doing a thing about it.
Thanks
>-----Original Message-----
>Use the following macro and assign it to a button...
[quoted text clipped - 20 lines]
>>
>.
Greg Maxey - 03 Oct 2003 23:45 GMT
Cheri,
See:
http://www.mvps.org/word/FAQs/Customization/AsgnCmdOrMacroToToolbar.htm
and
http://www.mvps.org/word/FAQs/MacrosVBA/CreateAMacro.htm

Signature
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
Remove the obvious (wham...m) to reply in e-mail
> Can you explain how it is assigned to a button? I want it
> to happen without the user doing a thing about it.
[quoted text clipped - 24 lines]
>>>
>> .
My reply sent yesterday morning didn't make it to the server:
There's no built-in way to do this, but you can record a macro of printing
the current page and then assign it to a hotkey or toolbar button.
--
Suzanne S. Barnhill
Microsoft MVP (Word)

Signature
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hi there!
> Does anybody know if there is a chance to set
[quoted text clipped - 4 lines]
>
> V K