|
-
Jan 21st, 2004, 10:04 AM
#1
Thread Starter
New Member
Adding an HTML row using VBA
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|