Get paragraph number from macro
Dear all,
I would want to retrieve from word macro the number associated to a paragraph in my document, but I am completely blocked on that point.
I joined a small sample of a file with same style as the original. I already wrote all code needed to parse the info I need to collect from my document except that, when I iterate through the Document.Paragraphs collection, I would want to be able to retrieve the paragraph number (in this example 1.1.1.1) when reaching the paragraph of the sample.
I tried the ListStyle, OutlineLevel, etc. properties, but with no success.
Any help would be very appreciated !
Thanks in advance,
Brice
|