The attached file has what seems to be a paragraph style named ” Char Char”, but, try as I might, I can’t remove it. Can anyone suggest anything.
I’ve tried everything I can think of, including saving it as an RTF file and deleting what seems to be the relevant part using a text editor, but once it’s saved as a DOC file again the style re-appears (after closing and re-opening the DOC file). With VBA, the following line produces a 5941 error, supposedly because “The requested member of the collection does not exist”:
ActiveDocument.Styles(” Char Char”).Delete
I’ve no idea how the style was created in the first place. I inherited the file, and have since been trying to remove the styles that aren’t used (it did have text originally, but I removed that as its existence seemed to make no difference).