View Single Post
  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default quick access toolbar

The New command provides access to the Office Button New command. Right
Click the QAT Customize the Quick Access Toolbar. New is in the Popular
group.

If you want the template itself on the QAT, you need a macro

Sub MyTemplate()
Documents.Add Template:="D:\Word 2007 Template Path\Templatename.dotm"
End Sub

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

substitute your template and path for that shown, then add the macro to the
QAT.

--

Graham Mayor - Word MVP

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




nuttie netballer wrote:
Sorry to be a pain .... whats New dialog?? where do I find this?
maybe I've created a template incorrectly because I cannot find this
!!
Any chance you can break this down into idiot form for me???
Many thanks

"Suzanne S. Barnhill" wrote:

You don't. You access the template from the New dialog, and you can
add a button for that to the QAT.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"nuttie netballer" wrote
in message ...

Many thanks for your reply.
Now ... how do I add a template to the quick access toolbar please?

You will need to spell this one out for me !!!!!


"Suzanne S. Barnhill" wrote:

You don't need a macro; you need a template. Although
http://word.mvps.org/FAQs/Customizat...platePart1.htm
was not written for Word 2007, the principles are still the same.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"nuttie netballer"
wrote in message
...
Word 2007 ..... a colleague has set up an Electronic Letter
document that
shows our company logo and footer info (dont ask me how he has
done this
...
too complicated for me !!) I have inserted relevant information
into middle
of this document which happens to be our fax information. I want
to add
the
whole of this document onto the Quick Access Toolbar. Only way I
can think
to do this is as a macro. However, when I record the macro the
top and tail
of this doc (i.e. electronic letter bit) does not come out on
macro. Does
anyone have any ideas? Is a macro the best way to add it to the
Quick Access
Toolbar?

Many thanks