View Single Post
  #5   Report Post  
cdw21
 
Posts: n/a
Default add button on Word 2003 toolbar that opens a template?

Anne,
I tried that out but could not make heads or tails out of it. Do I just open
Word and press Alt+F11 or do I need to open a certain doc or template first
and then press that? I mean I got as far as douoble clicking Normal but then
you say find the module that contains the code....what code? I didnt see
anything that said NewMacros either. If you have any more help for me I would
appreciate it. Thanks.


"Anne Troy" wrote:

Hit Alt+F11. On the left, double-click normal (or normal.dot), then find the
module that contains the code (probably under NewMacros). Right below the
"Sub..." part, so it's the first line inside the code, put this line:

ActiveDocument.Close

************
Anne Troy
www.OfficeArticles.com


"CDW21" wrote in message
...
Anne, That is great! I have tried it out and have made what I needed to
make.
I do have one other question thou. When I click the new button/macro I
made
it opens the template I wanted but it opens it in a new window. Can this
be
changed so that it opens it in the current open word window? That would
make
it even better.


"Anne Troy" wrote:

Record a macro. Store it in Normal.dot.
http://www.officearticles.com/word/r...osoft_word.htm
************
Anne Troy
www.OfficeArticles.com

"CDW21" wrote in message
...
We are using Word 2003 and we would like to know if it's possible to
add a
button on a toolbar that automatically opens one of our corporate
templates?
Instead of browsing to find it throu all the ones we have.