View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave F[_6_] Dave F[_6_] is offline
external usenet poster
 
Posts: 1
Default Downloading data from a web page

Hi

I want to extract a small bit of data from a web page a place it in a
range.

At the moment I'm doing it using web query, which unfortunately, as far as I
know, needs to display all the data in a worksheet before I'm able to take
the bit I require.
I would like to avoid this, if possible.

Do you know if ADO would be a solution?

Would the format of the web page make a difference?
I think it's XML, but to be honest, I'm not to sure what that is.

TIA
Dave F..