Find string in a string

  • Thread starter Thread starter DDBeards
  • Start date Start date
D

DDBeards

I am building an email and am dealing witht he TO: line.

strToWhom = strToWhom & .... (I bring in 3 people from different fields)
What I would like to do is to search strToWhom to see if I have already added
this person but I can not figure out how to code the find or search on this
field. Any ideas? I know this is simple, but I just can't get it.

thanks

Chris
 
hi Chris,
strToWhom = strToWhom & .... (I bring in 3 people from different fields)
What I would like to do is to search strToWhom to see if I have already added
this person but I can not figure out how to code the find or search on this
field. Any ideas? I know this is simple, but I just can't get it.
Take a look at InStr() in the OH.


mfG
--> stefan <--
 
Back
Top