I'm familiar with macros, but not a VBA programmer.
I'm trying to create an automated import into Excel from Yahoo Finance's Stock Quote Key Statistics page for my list of about 600 stock symbols. In other words, I'm trying to collect 600 webpages of data into Excel with a single operation.
I've tried to create a macro that executes a hyperlink to each page, followed by a copy/paste into Excel, but it doesn't work. Although it does open each webpage, the copy/paste only gets either the first page or the last page, depending on the design of the macro.
Here's a sample link to the webpage:
http://finance.yahoo.com/q/ks?s=MSFT+Key+Statistics
This must be do-able, but I'm stuck. Any suggestions?
instarac