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:
HTML2 = Inet.OpenURL(sURL & sID) Do DoEvents Loop Until Inet.StillExecuting = False Debug.Print HTML2 ' html code is there and "_oldsettt_r" is present If InStr(HTML2, "_oldsettt_r") = True Then ....




Reply With Quote