J
JBNewsGroup
Hi Jay,
This refers to the post of 2/16/2005 (Need Help With Find) regarding Find
and exact matches.
During code debug I found that I had to modify the wildcard search string.
I had a data item *E1. In the table I had entries such as *BE1 and *CE1.
Using *E1 with the string \*E1> I got a hit on the *BE1. I modified the
wildcard string to \*<E1> which gave me the exact match.
Am I correct in assuming that Word treats all non Alpha-Numeric characters,
with the exception of wildcard codes, as a unique word or item? In other
words if I sequentially scan a paragraph for each word then I will get any
non Alpha-Numeric character as a unique item.
Thanks for your patience in answering my questions. It seems that the deeper
I get into VBA the more questions pop up.
Jerry Bodoff
This refers to the post of 2/16/2005 (Need Help With Find) regarding Find
and exact matches.
During code debug I found that I had to modify the wildcard search string.
I had a data item *E1. In the table I had entries such as *BE1 and *CE1.
Using *E1 with the string \*E1> I got a hit on the *BE1. I modified the
wildcard string to \*<E1> which gave me the exact match.
Am I correct in assuming that Word treats all non Alpha-Numeric characters,
with the exception of wildcard codes, as a unique word or item? In other
words if I sequentially scan a paragraph for each word then I will get any
non Alpha-Numeric character as a unique item.
Thanks for your patience in answering my questions. It seems that the deeper
I get into VBA the more questions pop up.
Jerry Bodoff