Hi Rita,
Do you understand why this has happened, so that you can
keep it from happening again?
You can use VBA to unlink the paragraph style from the
character styles, then delete the character styles. That
should solve the problem for the moment. You just want to
make sure it doesn't happen again...
Create a paragraph style named Junk to link your Char styles
to. Then put the Char style names in the following little
macro and run it. Now you should be able to delete them (and
Junk) over the Organizer
Sub RemapCharStyle
ActiveDocument.Styles("Heading 1 Char").LinkStyle _
= "Junk"
End Sub
> I have a paragraph style called Standard,SS (on which all
> my other styles are based). I now realise this style has
> changed to Standard,SS Char,Standard Char Char. I
> understand this to be a reference to a character style.
> When I try to apply it to a para I get "Standard Char
> Char refers to more than one style". I don't want to
> delete it because I will have to recreate it and go
> through all my other styles and base them on the new one.
>
> I renamed it back to Standard,SS but when I try to apply
> it to a paragraph I get a message "SS refers to more than
> one style". Very informative! This is driving me insane.
>
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jan
24 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)