Reputation: 1
Please i want to get the href value "/contact.php"
<a href="/contact.php">Contact</a>
For Each a In wb.Document.GetElementsByTagName("a")
If a.InnerHtml = "Contact" Then
'getting the href value
End If
Next
Upvotes: 0
Views: 361