I am trying to click on a hyperlink button.That have a javascript function with ajax control.the link have only id and title attribute.then how to click in.
i used following code but it does not work.
//here i tried to retrive only the title that element..but it also not responding anything
![]()
Set htmlDoc = .document Set htmlColl = htmlDoc.getElementsByTagName("a") For Each htmlInput In htmlColl If htmlInput.classID = "sc545" Then Range("A4").Value = htmlInput.Title End If Next htmlInput End With
Bookmarks