J
JMS
We subscribe to a service which supplies us with a number different
prewritten documents using outline numbering linked to heading styles,
however they are not in our house style... I need write some code to apply
our style to the pre-configured styles (easy I hear you all say...).
Unfortunately not... In their wisom, when they have created the outline
numbering they have specified the font for the Outline Number. This means
that rather than just changing the normal font and it flow through the
document, it leaves behind the numbering as the original font.
Can anybody suggest some code which will look through all of the Numbering
Galleries linked to a Heading and update the fonts for the numbers.
I tried this
With ListGalleries(wdOutlineNumberGallery).ListTemplates(7).ListLevels(1)
.Font.Name = "Arial"
End With
But this updates the gallery but not the Heading Style linked to it.
Any help would be really appreciated.
prewritten documents using outline numbering linked to heading styles,
however they are not in our house style... I need write some code to apply
our style to the pre-configured styles (easy I hear you all say...).
Unfortunately not... In their wisom, when they have created the outline
numbering they have specified the font for the Outline Number. This means
that rather than just changing the normal font and it flow through the
document, it leaves behind the numbering as the original font.
Can anybody suggest some code which will look through all of the Numbering
Galleries linked to a Heading and update the fonts for the numbers.
I tried this
With ListGalleries(wdOutlineNumberGallery).ListTemplates(7).ListLevels(1)
.Font.Name = "Arial"
End With
But this updates the gallery but not the Heading Style linked to it.
Any help would be really appreciated.