I'm trying look in the HTML to see if "_oldsettt_r" is present... I'm not sure why but it's not working. is my Instr code wrong?

VB Code:
  1. HTML2 = Inet.OpenURL(sURL & sID)
  2.  
  3. Do
  4.     DoEvents
  5. Loop Until Inet.StillExecuting = False
  6.  
  7. Debug.Print HTML2 ' html code is there and "_oldsettt_r" is present
  8.  
  9. If InStr(HTML2, "_oldsettt_r") = True Then
  10. ....