
i have list2 and combo1
combo1.text="thebigseo.co.uk"
list2.text="High PageRank Backlinks"
For Each ele In wb.Document.getElementsByTagName("a")
If InStr(ele.innerHTML, Combo1.Text) Then ele.Click
If InStr(ele.innerHTML, List2.Text) Then ele.Click
Next
my goal is if both list2 and combo1 match then click that link:) please anybody