Hi!

I would like to do the folowing:

- Open a HTML file from VBA code ( with a from )
- Access <td> tags that have a specific attribute ( namely : class="font" width="220" )
- copy the value of these table cells into Excel cells

Is it possible ? If yes, then how ?

Thanks in advance !