![]() |
|
#1
|
|||
|
|||
![]()
Hello All.
I hope you can help, after many years of Word use I am now retraining and need to use the numbering and heading functions properly. I have been learning for two days (non stop) I am using word 2010 and Windows 10. I have got where I want to be, table of contents inserted, sections named and numbered, sub headings names and numbered and special headings, named numbered and coloured. Style saved as a *.dotx. Everything is good, except that when I close and reopen the document, all the numbers alongside the heading titles in the ribbon are black rectangles and all the numbers in the lists are blacked out. Searching elsewhere I found lots of discussion here: https://superuser.com/questions/2380...er-blacked-out and the first solution involving highlighting any of the list numbers and reapplying format does work. However, there then follows a long list of alternatives, some of which seem to work and some of which don't, all are more complicated than would prefer them to be. Has anybody here got a definitive answer on this and where my problem lies? Apologies for the long first post and the external link. I hope that you can help me. Best of wishes, Barney. |
#2
|
|||
|
|||
![]() |
#3
|
|||
|
|||
![]()
Hi Charles, thanks for the link.
I had read before posting and it is something of a definitive guide! So much so that I started afresh and reformatted from scratch in a new document with some success. It would be nice to rescue that big stack of legacy documents too though! All the best, Barney |
#4
|
|||
|
|||
![]()
Once you have a template with the numbering you want you can apply those styles to your existing documents.
|
#5
|
||||
|
||||
![]()
Setting up the numbered styles carefully, as discussed in the article by Shauna Kelly, is definitely the way to go. :-)
That said, when numbers are "blacked out," you can often fix the problem by running the following macro created by Doug Robbins: Code:
Sub FixNumberingLevels() 'Macro created by MVP Doug Robbins For Each templ In ActiveDocument.ListTemplates For Each lev In templ.ListLevels lev.Font.Reset Next lev Next templ End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
charahl | Word | 3 | 11-08-2019 12:44 PM |
Does a new set of styles in a template overwrite or remove the existing set of styles in a document? | dianahbr | Word | 6 | 03-27-2018 11:12 PM |
Rearranging the styles in the ribbon? | seanspotatobusiness | Word | 2 | 01-16-2017 12:33 PM |
Styles in a Custom Ribbon | inagalaxyfarfarawry | Word | 5 | 12-15-2015 11:18 AM |
Cell Styles always expanded in ribbon | gregglee | Excel | 2 | 12-29-2010 07:36 AM |