Find method - finding multiple values
if that is a way to do it, then that is what I am looking for help on. looks
like john showed an example of that. thanks.
"Tom Ogilvy" wrote:
no. But then how hard is it to put the strings in an array and loop through
the strings?
Regards,
Tom Ogilvy
"nathan" wrote in message
...
Is there simple way to use "find" to search for more than one string?
i.e.
find "b" or find "s", without running separate a "find" code for each
string.
this doesn't work, but explains what I want to do: .find(what:="b" or
"s")
thanks again.
|