Hi
using the inStr function returns the position of the first word in a text. So let us say that I am excuting InStr(1, myString, "word"), then I will only get the position of the first word in the text
Any idea of what to do if I wanted to find all the positions of the word in the text if the word occurse more than once? It has to be some kind of a loop but i cant figure it out
THanks
using the inStr function returns the position of the first word in a text. So let us say that I am excuting InStr(1, myString, "word"), then I will only get the position of the first word in the text
Any idea of what to do if I wanted to find all the positions of the word in the text if the word occurse more than once? It has to be some kind of a loop but i cant figure it out
THanks