Item on rt click context menu

B

Billy B

Previous versions of Word allowed you to right click on a page of Word and in
the context menu was the option to print. That is not showing up on my Office
2007 context menu. How can I have it show up on the context menu?

Thank you.
 
G

Graham Mayor

Previous versions did not have a built-in option to print the current page
(though it could easily be added with a macro) nor do I recall a print
option on the right click context menu - certainly not in Word 2003 - so the
implication is that you, or someone else, added it. You can add to the
context menu in Word 2007 -
http://gregmaxey.mvps.org/Customize_Word2007_SC_Menu_Programatically.htm

Sub PrintPage()
Application.PrintOut Range:=wdPrintCurrentPage
End Sub

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
B

Billy B

If possible I would like the print command to display on the menu that
appears when you right click the mouse (I believe it is called the context
sensitive menu) over the page. I do know how to put an icon with commands on
a toolbar but not on the context menu.

Thanks again.
 
G

Graham Mayor

Did you read the linked page?

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top