View Single Post
 
Old 03-22-2018, 04:07 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2013
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

There is an alternative to Charles' focused approach which imports a single style from a specific template.

I use a much broader approach. The following macro will import every style from the attached template. The attached template is not always the Normal template but if you created the document yourself and didn't pay attention to which template you used then in all likelihood it is Normal.dotm.

Code:
Sub RefreshStylesFromTemplate()
   ActiveDocument.UpdateStyles
End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote