Bè scusa 
Dim Matched as Boolean
Dim LineNumber as Integer
With Browser.DocumentStream
Do Until .EndOfStream
LineNumber += 1
If InStr(.ReadLine, "href=""www.pincopallo.net""") > 0 Then
Matched = True
Exit Do
End If
Loop
End With
If Matched Then
MsgBox("Link trovato! Riga " & LineNumber)
Else
MsgBox("Link non trovato!")
End If
Ci mette un nientesimo di secondo
Se la conoscenza crea problemi, non è con l'ignoranza che si risolvono [Isaac Asimov]