All i'm asking is for a push in the right direction here.

In this document, the headings and text are all a specific style. How might i select a range of text/tables from 1 heading to the line just b4 the next heading? It would be nice if i could go through line by line and check if the text is a certain style (ie a heading) then record that position. Once i have the positions i'm in easy street!

VB Code:
  1. r = d.Range(Start:=startPos, End:=endPos)

I will be needing to iterate through all the headings in the document which isn't that hard conceptially, I'm just lost in the amount of methods and properties the document object has

Much Love!