View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Get Info From Web

You will need to become familiar with the HTML Document Object Model (DOM) if you
want to access the contents of an HTML page.

Do you have a URL ?

Tim


"MBSNewbie" wrote in message ...
Has anyone had any success copying data from the web?
I can't use the open web page option, I actually need to "Screen Scrape" the data.
I can get to the page, input the account numbers from my excel sheet to Internet Explorer, but I haven't found any info on how
to get the data from the web back into Excel.

I'd love any help you can provide!