G
George Lee
When using VBA code to find "U.S." (for example), the Find range returns four
words with the first three being as expected ("U", ".", "S").
However, the last word may contain not only the final period but also the
next character in the document if the next one is a space or another
puncuation mark such as ".)". The user interface version of the Find does not
do this.
Is the code version a bug or have I overlooked something?
words with the first three being as expected ("U", ".", "S").
However, the last word may contain not only the final period but also the
next character in the document if the next one is a space or another
puncuation mark such as ".)". The user interface version of the Find does not
do this.
Is the code version a bug or have I overlooked something?