
MultiSelect HTML Tables Possible Solution = Bookmarks?
I need to have my VB Application select up to 14 (Varies with dates) small
tables on the same HTML page. My routine only needs the first 3 of 7
columns, and only the Header Text from the first table's columns.
Each table has from 6 to 14 rows.
I've checked the MSDN sites, VBExplorer, VBDiamond, and a zillion others,
and I'm coming down to using DDE or some Excel-type Multi-Select routine.
The Only HTLM-Type possibility I can see is editing the HTML to use
bookmarks [p1]... [p2] for the first table and increment for each additional
table.
I'm using VB4-32 on Win95 OSR/2 with IE 5.0.
All help would be welcome.