I can find the beginnning of the string occurance with the indexof function. How do I find the end of the string occurance?
If localUnParsedAddress.Conta
ins(" Drive ") Then
'This gives me the beginning of the string occurance. Need the end
x = localUnParsedAddress.Index
Of(" Drive ")
EndOfOccurance = ???
End If
Start Free Trial