B
bbarger
I am trying to loop through the paragraphs of a document and
select in turn the first sentence of each paragraph, and
apply formatting.
The line below selects the whole paragraph:
Selection.MoveDown Unit:=wdParagraph, Extend:=wdSentence
Can anyone tell me how to select just the first sentence?
Or provide a link that demonstrates this?
Thanks,
Bob Barger
select in turn the first sentence of each paragraph, and
apply formatting.
The line below selects the whole paragraph:
Selection.MoveDown Unit:=wdParagraph, Extend:=wdSentence
Can anyone tell me how to select just the first sentence?
Or provide a link that demonstrates this?
Thanks,
Bob Barger