Document.UpdateStylesOnOpen (Word)
True if the styles in the specified document are updated to match the styles in the attached template each time the document is opened.
For Each doc In Documents
doc.UpdateStylesOnOpen = True
doc.Close SaveChanges:=wdSaveChanges
Next doc