Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Billy B Billy B is offline
external usenet poster
 
Posts: 6
Default Item on rt click context menu

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.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Item on rt click context menu

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Item on rt click context menu

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Billy B Billy B is offline
external usenet poster
 
Posts: 6
Default Item on rt click context menu

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.

"Graham Mayor" wrote:

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Billy B Billy B is offline
external usenet poster
 
Posts: 6
Default Item on rt click context menu


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.

"Graham Mayor" wrote:

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



.



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Item on rt click context menu

Did you read the linked page?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.

"Graham Mayor" wrote:

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



.



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Item on rt click context menu

Did you read the linked page?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.

"Graham Mayor" wrote:

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_...amatically.htm

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

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Billy B" wrote in message
...
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.



.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding item to right-click menu Word 2007 Gordon[_2_] New Users 2 July 17th 08 10:16 PM
Removing unwanted right click menu item in Word 2000 PatsyC Microsoft Word Help 2 June 19th 08 10:17 PM
How add new item into Context Menu for Right Mouse Click for Word2007? avkokin Microsoft Word Help 4 March 5th 08 11:47 AM
Word 2007: Customize Context Menu for Right Mouse Click ldzieza Microsoft Word Help 3 February 20th 08 06:46 AM
Why can't I double click an item in a drop down menu to insert? akhometeam Microsoft Word Help 4 October 24th 05 04:59 PM


All times are GMT +1. The time now is 10:26 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"