Hi all,

I would like to download all stocks' ticker from below web page in a temporary file that would be used for other processes later, but when I view the HTML code (the red below is examples of 2 stocks, ticker 00001 and 00002), I don't know how to tell vba to distinguish each stock as they are seemingly sharing the same tagname and class. Another question is what the code is when create a temp file to store the list of stocks ticker. Please advise me how to solve this problem. Thanks
http://www.hkexnews.hk/sdw/search/st...gDate=20141011
<TR valign="Top" class=TableContentStyle2><TD align=Center>00001</TD><TD nowarp=nowarp align=left><a href=# onClick="ssc('00001','CHEUNG KONG (HOLDINGS) LIMITED');"><span class="arial11grey">CHEUNG KONG (HOLDINGS) LIMITED</span> </a></TD></TR>
<TR valign="Top" class=TableContentStyle1><TD align=Center>00002</TD><TD nowarp=nowarp align=left><a href=# onClick="ssc('00002','CLP HOLDINGS LIMITED');"><span class="arial11grey">CLP HOLDINGS LIMITED</span> </a></TD></TR>