E
Ed
Can I pull text into a string and search for a substring using wildcards?
Or can this only be done by setting a range in the document and searching
for text in the doc? I've got a situation that requires creating a new
document and writing text into it to perform a wildcard search. This would
be so much easier if I could hold all my text to be searched in a string and
perform a wildcard search totally within the string without ever touching a
document.
Ed
Or can this only be done by setting a range in the document and searching
for text in the doc? I've got a situation that requires creating a new
document and writing text into it to perform a wildcard search. This would
be so much easier if I could hold all my text to be searched in a string and
perform a wildcard search totally within the string without ever touching a
document.
Ed