Help!

Quick Access Toolbar Commands

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management RSS
Next:  Drop down form field  
Author Message
pmokover
External


Since: Oct 30, 2009
Posts: 2



PostPosted: Fri Oct 30, 2009 7:43 pm    Post subject: Quick Access Toolbar Commands
Archived from groups: microsoft>public>word>docmanagement (more info?)

In Word 2007 is there any way to get an icon on the Quick Access Toolbar for
"Print Current Page?"

I don't see that on the list of command choices. Am I missing it? Is there
some way to create an icon that does that?

Thanks
Peter
Back to top
Jay Freedman
External


Since: Mar 17, 2004
Posts: 2955



PostPosted: Fri Oct 30, 2009 11:02 pm    Post subject: Re: Quick Access Toolbar Commands [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 30 Oct 2009 19:43:01 -0700, pmokover
<pmokover DeleteThis @discussions.microsoft.com> wrote:

>In Word 2007 is there any way to get an icon on the Quick Access Toolbar for
>"Print Current Page?"
>
>I don't see that on the list of command choices. Am I missing it? Is there
>some way to create an icon that does that?
>
>Thanks
>Peter

There is no separate command for that, so there's no built-in button
for the toolbar. You have to use a macro.

Put this macro in your Normal.dotm template (see
http://www.gmayor.com/installing_macro.htm if needed):

Sub PrintThisPage()
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
End Sub

Then use the Customize Quick Access Toolbar dialog, choose the Macros
category, and add it to the list on the right. Click the Modify button
to change the tooltip and icon for the button.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Back to top
pmokover
External


Since: Oct 30, 2009
Posts: 2



PostPosted: Sat Oct 31, 2009 8:23 am    Post subject: Re: Quick Access Toolbar Commands [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jay - Thanks I'll give it a shot.

Peter

"Jay Freedman" wrote:

> On Fri, 30 Oct 2009 19:43:01 -0700, pmokover
> <pmokover.RemoveThis@discussions.microsoft.com> wrote:
>
> >In Word 2007 is there any way to get an icon on the Quick Access Toolbar for
> >"Print Current Page?"
> >
> >I don't see that on the list of command choices. Am I missing it? Is there
> >some way to create an icon that does that?
> >
> >Thanks
> >Peter
>
> There is no separate command for that, so there's no built-in button
> for the toolbar. You have to use a macro.
>
> Put this macro in your Normal.dotm template (see
> http://www.gmayor.com/installing_macro.htm if needed):
>
> Sub PrintThisPage()
> ActiveDocument.PrintOut Range:=wdPrintCurrentPage
> End Sub
>
> Then use the Customize Quick Access Toolbar dialog, choose the Macros
> category, and add it to the list on the right. Click the Modify button
> to change the tooltip and icon for the button.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
> .
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum