Just curious on this:
Code:
private sub command1_click
if instr(text1, "test") then
    MsgBox"It's in"
end if
If i type in the text box, "testing" it returns true. Am I forgeting something.