Hello,

I need a VBA (Word) loop to evaluate every sentence in an open word document for a citation, designated as "[*]" (Superscript)

If found, copy the entire sentence to Excel (including the citation), with each instance being placed in an incremental row. Ex: A1, A2, A3...

I have come across several keyword extraction scripts, however I have not been able to get them to work, presumably because the citation occurs outside of the range of the sentence, and therefore is not found.

I have a moderate knowledge of VBA in Excel, so I can make minor adjustments on the receiving end, however I am not familiar enough with Word ranges, etc to evaluate and loop the word portion of this request.

Thanks in advance,
Casey