For some reason the numbering for the style does not apply when the paragraph return is in through Chr(13) or VbCrLf or anything else in a docVariable. I only see the numbering apply when I do
Selection.TypeParagraph
Any ideas?
This then leaves me having to test for the paragraph if the control box that generates the paragraph is unchecked, which seems most inefficient.