When copy styles to WORD, exclude HEADING STYLES

K

kurt

When I use the following syntax, the macro copies and replaces all styles in
the open document. Is it possible to NOT COPY the heading styles, but all
others?

ActiveDocument.CopyStylesFromTemplate Template:= _
"c:\word templates\firmstyles.dot"

End Sub

THANKS SO MUCH!!

Kurt
 
Top