I've got a header number that I need to be able to strike through. I'm using a range and would like to access the strikethrough field for the header number but I can't out how to do it. This does work:
oRng.Paragraphs(1).SelectNumber
Selection.Font.StrikeThrough = true
But I'd rather not use "selection". Anyone have an idea on how to do this?