vmahalin
04-10-2003, 10:57 AM
How to retrieve table names mentioned in an html file , using VB code......
Dim nameTables As mshtml.IHTMLTable
Set nameTables = UserControl.Parent.Script.document.All.tags("TABLE")
MsgBox nameTables.id
The above mentioned code doesnt seem to work
Anyone
Dim nameTables As mshtml.IHTMLTable
Set nameTables = UserControl.Parent.Script.document.All.tags("TABLE")
MsgBox nameTables.id
The above mentioned code doesnt seem to work
Anyone