Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
L8RG8R L8RG8R is offline
external usenet poster
 
Posts: 1
Default How do I add a template icon to tool bar?

I need to be able to click an icon and my template start running. How do I
do that?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jack Spratt Jack Spratt is offline
external usenet poster
 
Posts: 6
Default How do I add a template icon to tool bar?

Are you asking about a macro?

Jack

"L8RG8R" wrote:

I need to be able to click an icon and my template start running. How do I
do that?

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do I add a template icon to tool bar?

Your best bet is to add the the FileNewDialog command from the all commands
section of tools customize to the toolbar, which will allow you to select
from all your templates
or
save the following macro which will intercept the default file new command
to display the same dialog
Sub FileNew()
Dialogs(wdDialogFileNew).Show
End Sub
or
for a single template add a macro in the following format (addressed to the
template in question) to the toolbar
Sub myLetter()
Documents.Add "D:\Word Templates\Letter Heads\Letter.dot"
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

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


L8RG8R wrote:
I need to be able to click an icon and my template start running.
How do I do that?



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
signature icon on tool bar Bandit1 Microsoft Word Help 1 March 29th 06 11:14 PM
How do I make an Icon for Remove Hidden Data Tool? Bil Microsoft Word Help 1 February 7th 06 11:21 AM
how to remove the easy photo icon appearing in the tool bar? ezp CS Microsoft Word Help 1 December 27th 05 08:22 PM
Is there a template for 3 x 5 card with small icon and text? Carolyn Blessings Page Layout 1 December 19th 05 11:18 PM
How do I add the Highlight tool to a protected template? newshost.allthenewsgroups.com Tables 0 February 9th 05 03:33 PM


All times are GMT +1. The time now is 02:57 PM.

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"