Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading an internet table
#3
Capture the table and assign to IHTMLTable2 variable.

Code:
Copy      Help
MSHTML.IHTMLTable2 table=+htm("TABLE" ...)
MSHTML.IHTMLElement cell
foreach cell table.cells
,out cell.innerText


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)