I am creating code that automatically populates an HTML page through the conents of the excel spreadsheet. I can get the table, but I am not sure on how to add more rows as needed. The code just keeps overwriting the previous entry.

<HTML><Head><Title>Sample Output</Title></Head>
<Body><Table Border=3>
<TR><TD>Sample Descrip.</TD><TD><a HREF="">Sample</a></TD><TD>03</TD><TD>05-SEP-2003</TD></TR>
</Table></Body></HTML>

any help?