View Single Post
 
Old 04-06-2023, 05:01 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

The formatting of the autonumber is overridden by the formatting of the paragraph mark at the end of that paragraph. So code to apply formats to the number would be along the lines of...
Code:
Range.Paragraphs(1).Range.Characters.Last.Font.Bold = True
Your other thread has code that creates the styles where the font attributes of the two numbered styles follow the attributes of the styles.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote