Is there such a function to see if a string contains something? I want to see check to see this:
"," or ", "
Please let me know. Thanks!
Brenda
Printable View
Is there such a function to see if a string contains something? I want to see check to see this:
"," or ", "
Please let me know. Thanks!
Brenda
Look up "InStr" in the help section.
This example uses the InStr function to return the position of the first occurrence of one string within another.
Hi,
Just a thought. It depends what you want to do once you have found the character you are looking for.