Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

InStr() Returns the location of the first character of a substring within another string

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