I have a very specific question
There is a native vba function that counts how many time a text (such as a word or even a single character) repeats inside other text (string)?
It would get as parameters two string values, for example, and return a integer/long value.
I looked among worksheet functions and I couldn't find any. Should I make my own one?
Thanks very much!