I am trying to get some information from a webpage using an excel macro, VBA.
I have the InternetExplorer.document object, but don't find a way to locate the exact info that I need.
The HTML part of what I am looking for looks like this:
<a title="BE xxx.xxx.xxx - straat 70 - 3630 - Maasmechelen" class="leftalign floatleft" href="Page_companydetail.asp?vat=xxxxxxxxx" target="_blank">
Oprichter van een onderneming natuurlijk persoon BE xxx.xxx.xxx
The information I want is the title here. I tried a lot of things, but can't manage to single this element out and get the title.
So 1. Is there a way to get elements by title (Title starts with BE), or by class sinds this information is the only one on the page that has class "leftalign floatleft"