Importing data from Web using Excel

G

Guest

Hi,

I want to write a macro to import the data from a Web page. I know that I
can type in the whole URL in the Edit Web Query in Excel. However, problem
arises in this specific web page. In order to get the data, I have to use
the mouse to click a specific word on the web page but the URL remains
unchanged. ie. even though I put the URL in the web query, I won't be able
to get the data that I want as it only give me the main page of the site.

Is there any way I can program in Excel to automatically download the data
for me?

Many thanks
 
G

Guest

Run a macro querying the data from the internet... that is if your data is
queryable(made up word!). Then post that code on here.
 
N

NickHK

Sure you actual data is not on in a Frame ?
Using FireFox or Opera, right click somewhere near the word you click, but
on white space, and use the menu items under Frame.
With IE, not sure, maybe you have to read the Source HTML.

If it is a frame, you can use the URL of the frame instead of the main web
page.

NickHK
 
G

Guest

Thanks guys. Thanks for the tips. I got the URL from right click somewhere
next to the word.
 

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

Top