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.