Code:'The code from Matthew will not allways work ("404 Not Found" vs "404 not found" vs "404 NOT FOUND") 'rather use If InStr(lcase(Text1.Text), "404 not found") Then 'or If InStr(Text1.Text, "404 Not Found", VbTextCompare) Then 'do a check also for "file not found" And maybe you can use If text1 Like("*404*not found*") Then 'But I'm not sure about that.
[Edited by Jop on 09-17-2000 at 10:35 AM]




Reply With Quote