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.
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.