İnstr bir arama stilidir.

Örnek :
Kod:
dim dgs = Instr(textbox1.text,textbox2.text)
if dgs = true then
Msgbox("Kelime bulundu.")
else
msgbox("Kelime yok.")
end if
Üste textbox1 in içinde textbox2yi arıyor eğer var ise kelime bulundu yoksa ise kelime yok msgbox yollucak.