Thank you - it pretty much did the trick. It left one problem that current
normal style was not updated, but that only affected current document for
this session of Word, so I can live with that knowing that all future uses
will be fixed for good.
I forgot to mention I'm using Word 2007 (Beta), so I just changed the
normal.dot to normal.dotm.

Signature
Patricia D
> Try this
>
[quoted text clipped - 46 lines]
> >> > ActiveDocument.AttachedTemplate.Saved = True
> >> > End Sub
Jezebel - 31 May 2006 04:30 GMT
Use
ActiveDocument.UpdateStyles
to copy the styles from the template to the document.
> Thank you - it pretty much did the trick. It left one problem that
> current
[quoted text clipped - 58 lines]
>> >> > ActiveDocument.AttachedTemplate.Saved = True
>> >> > End Sub
Patricia D - 31 May 2006 04:43 GMT
Thank you. I'm happy with that.

Signature
Patricia D
> Use
>
[quoted text clipped - 64 lines]
> >> >> > ActiveDocument.AttachedTemplate.Saved = True
> >> >> > End Sub