Forum Discussion
AndrewB_33334
Mar 02, 2021Copper Contributor
Numbering and bullets in Word docs keep disappearing
When working as a team on Word files within SharePoint, I constantly have problems with things like heading numbering disappearing (or changing from numbers to bullets), bullets going missing or bull...
nikkipike
Nov 11, 2022Copper Contributor
With respect to the built in List / Bullet style in Word I never use these and try and keep people away from using these styles as they randomly seem to change to what they were when last used (perhaps in a completely different document) you updated. I also keep them away of the bullet and numbered buttons on the Paragraph group in the Home tab.
I always create a set of new paragraph styles for list numbers and bullets and then I then list together in an outline number list. I think make sure the Styles pane is updated to list the styles they should be using. This way the reset styles works as expected.
Not sure this is of any help.
I always create a set of new paragraph styles for list numbers and bullets and then I then list together in an outline number list. I think make sure the Styles pane is updated to list the styles they should be using. This way the reset styles works as expected.
Not sure this is of any help.
AndrewB_33335
Jan 19, 2023Brass Contributor
Here's a new one: yesterday I had a file where my usual macro to replace the styles threw up an error. The macro first reads the starting number of the list style that drives the headings, so that if it's schedule 12, the headings start with 12.1. In this case, the line where it read the list style starting number failed because it couldn't find the list style. I looked in the doc in the list drop down and yep, it wasn't there. Somehow the entire list style went missing.
HOWEVER I went into the style manager, scrolled down to my lists, and there it was in the list! It appears that Word reads it from the drop down though as the macro referenced it and it gave an error. Once I manually relinked the template and refreshed the styles, the list style appeared in the drop down again and the macro worked.
I rewrote the macro so that it will try to get the starting number from the document title, refresh the styles, then put that number in which achieves the same result, but these workarounds are getting ridiculous. This is the first time the list style not only cleared the reference to the styles linked to it, but disappeared completely.
HOWEVER I went into the style manager, scrolled down to my lists, and there it was in the list! It appears that Word reads it from the drop down though as the macro referenced it and it gave an error. Once I manually relinked the template and refreshed the styles, the list style appeared in the drop down again and the macro worked.
I rewrote the macro so that it will try to get the starting number from the document title, refresh the styles, then put that number in which achieves the same result, but these workarounds are getting ridiculous. This is the first time the list style not only cleared the reference to the styles linked to it, but disappeared completely.
- SirenssongJan 19, 2023Copper Contributor