View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dtshedd@yahoo.com is offline
external usenet poster
 
Posts: 9
Default Querytables WebTables equivalent for InternetExplorer.Application.Document.all()="HTMLT able"

I would like to use InternetExplorer.Application.Document.all()
="HTMLTable" to retrieve tables on web pages, however I am interested
in specific tables.

With Querytables you could use .WebSelectionType =
xlSpecifiedTables and .WebTables = "1,2" to designate which tables
to retrieve. Anyway to do this with using the other method?

I prefer to not use querytables as this loads the data into a
spreadsheet, which I really do not need; I am trying to use excel to
convert web page tables into a flatfile text file. I'd like to keep
the data in memory.