Web page will not reveal its secrets

  • Thread starter Thread starter Dudely
  • Start date Start date
D

Dudely

I'm trying to suck the data off of a web page, however they've managed
to hide the data such that it doesn't appear even if you "view
source". The data is there when you view the page normally, and in
fact you can even select and copy it. However, when trying to grab it
by looking through what comes down the pike, it's just not there. How
does one get the data off a site like that?

VBA 6 & Excel 2000

Thank you
 
What does "looking what comes down the pike" involve?

Google for "IE automation": that should allow you to access the rendered
Document.
Not possible to say anything more specific without a URL.

Tim
 
I'm trying to suck the data off of a web page, however they've managed
to hide the data such that it doesn't appear even if you "view
source".  The data is there when you view the page normally, and in
fact you can even select and copy it.  However, when trying to grab it
by looking through what comes down the pike, it's just not there.  How
does one get the data off a site like that?

VBA 6 & Excel 2000

Thank you

I think I figured it out. If I run into the problem again, I'll be
back. Thank you for the responses and sorry for the trouble.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top