Try using the InStr function which returns the index in the string at which the character was found. If InStr returns 0, the string was not found.
確定! 回上一頁