InStrAfter – An InStr variant that returns the index after the matching string
‘ search for a string starting at a given index’ and return the index of the character that follows’ the searched string (case insensitive search)Function InstrAfter(Source As String, Search As