Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue] Dim str As String, idx As Integer
str = "AAAAAAAAAAAAAAAAAA jack aaaaaaaaaaaaaa"
[purple][b]idx[/b][/purple] = InStr(1, str, "jack")
Debug.Print Mid(str, [purple][b]idx[/b][/purple], 4)[/blue]