Data Type VisualBasic Script

Sub strDemo8()
   Debug.Print InStr("Test", "e")
End Sub