Hello, new to vba and I need help writting a UDF
I need a macro to get the position of the first character of a repeated sub-string of a string
If cell value is "The green cat something1 the green cat something2 in ... green cat somethingM"
Sub-string is the nth instance of "green cat"
How...