You could use a wildcard Find, where:
Find = [\!\?.][ ^13]@[A-Z]
This presumes, of course, that your sentences end in !, ? or .
If what you're looking for is sentences lacking the terminal punctuation, you could use a wildcard Find, where:
Find = [!\!\?.][ ^13]@[A-Z]
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|