Hello guru's,
I want to know if there is some type of string function that satisfies this example:
myString = "hel"
Cell1: "helloworld"
Cell2: "hel loworld"
Cell3: "hel lo world"
I want to return false for cell 1 but true for cell 2 and 3. Instr function (xlpart param???) will return true for all three. I basically want to return true if "hel" is a substring but its own word within a string.
I hope there is sometype of way to do this without having to write my own function!
Thanks in advance.
I want to know if there is some type of string function that satisfies this example:
myString = "hel"
Cell1: "helloworld"
Cell2: "hel loworld"
Cell3: "hel lo world"
I want to return false for cell 1 but true for cell 2 and 3. Instr function (xlpart param???) will return true for all three. I basically want to return true if "hel" is a substring but its own word within a string.
I hope there is sometype of way to do this without having to write my own function!
Thanks in advance.