VBA Excel Internet Explorer capture table (td)

1

I need to catch in IE object <tr class="cab_table"> . Inside it, I have to search by asking if part of the text contains the date 31072017 , and when I find this date on the same line I have to click on the href to download an Excel file

<a title="Exporta Pdf" href="pesquisaAvisoPagamentoPdf.php?parametro_visualizacao=26902796" target="_blank">
    <img width="15" src="/mercantil/pt_br/img/img_arq_pdf.gif" border="0">
</a>

How do I do this?

    
asked by anonymous 29.08.2017 / 16:08

0 answers