Remove a Character style from a Paragraph style - i.e., undo Linked style

D

dedawson

I have a Word 2007 paragraph style that has somehow managed to become
a 'linked' style.

Is there a VBA means of undoing this? Without also deleting the
associated Paragraph style

I have poked around through the object reference and found how to set
such a link; e.g.,

ActiveDocument.Styles("Heading 1").LinkStyle = ActiveDocument.Styles
("Heading 1 Characters")

Unfortunately, I have been unable to figure out how to undo such an
action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top