View Single Post
 
Old 06-29-2015, 08:05 AM
brice brice is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Jun 2015
Posts: 3
brice is on a distinguished road
Default 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
Attached Files
File Type: doc example.doc (64.0 KB, 17 views)
Reply With Quote