T
TT
Consider the a document containing only:
John Doe, Ph.D., is a scientist.
As expected, "ActiveDocument.Words(1).Text" return "John". However,
"ActiveDocument.Sentences(1).Text" returns "," and the second sentence is
returned as "is a scientist".
Is this a bug? Am I missing something here?
John Doe, Ph.D., is a scientist.
As expected, "ActiveDocument.Words(1).Text" return "John". However,
"ActiveDocument.Sentences(1).Text" returns "," and the second sentence is
returned as "is a scientist".
Is this a bug? Am I missing something here?