Iterate thru 'Heading 1' paragraphs

T

Tim

For a variety of reasons, I need to iterate thru the 'Heading 1' paragraphs of
a document. I am currently doing this by iterating thru each paragraph and
if the paragraph style = "Heading 1", I perform whatever operations is needed.

Is there someway, I could directly iterate thru the 'Heading 1' paragraphs?

Thanks in advance for your help.
 
Top