Hi,

I need to extract specific text from an HTML page that my code loads into a standard VB6 Classic WebBrowser.

In the HTML below, I need to extract 'AAAA8927738, BXBX4321786, GFHJ5432987 and JKYU43907688'

There are times that there are only 3 letters on the front of each of the data that I need. The data will be different each time, but always in the same location in the HTML.

The HTML extracts below are part of a 36kb-50kb long HTML file that my code loads.

Can anyone help, please.

<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">AAAA8927738 </A></TD>

<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">BXBX4321786 </A></TD>

<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">GFHJ5432987 </A></TD>

<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">JKYU43907688 </A></TD>

Thank you.

Regards,
TJ