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

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.