View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joannele71 joannele71 is offline
external usenet poster
 
Posts: 6
Default Importing data from Web using Excel

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