why not just make the href directly to that person? as in, instead of clicking it, use the referring link directly in excel
and where the XXXXXX's exist you replace that with the name you intended to click on. It seems that you can edit the URL to bring back the results you need rather than relying on a click, else am i missing something?
Lets say the link was
You could just go ahead and launch your browser to point to:
url = "http://google.com/gina"
..
..
ie.navigate url
additionally, you could point that through excel by doing:
this should create the name Gina, in A1, with the hyperlink as it appears. The way you would have to select and click, would be to create references to MSHTML, and let VBA parse the info, then use .getelement to grab the ID of the field, select, and then click
Bookmarks