Is the template the "attached template"? If so, you can just refresh styles and turn off the auto update
Code:
ActiveDocument.UpdateStylesOnOpen = False
ActiveDocument.UpdateStyles
If the template is NOT the attached template, you can use this
Code:
ActiveDocument.CopyStylesFromTemplate (sPath) 'import styles from addin template