Hi everyone,
I currently have a stock list with various information for each stock (8 columns) being retrieved using WebService(). The problem is that my stock list contains 2000 stocks. This often takes a very long time in excel. I am wondering whether there is a VBA method of speeding this up? Would it be faster to call WorksheeetFunction in VBA for webservice than it is to act on it within Excel?
I am also open to some other forms of retrieving data. I have a fair amount of familiarity with VBA (enough to get by and use google when I can't) and a mild amount of awareness of web scraping.
Any ideas? Even cutting the time by 25% would be reasonable, just to reduce strain on computers with less CPU power.
Thanks!
I currently have a stock list with various information for each stock (8 columns) being retrieved using WebService(). The problem is that my stock list contains 2000 stocks. This often takes a very long time in excel. I am wondering whether there is a VBA method of speeding this up? Would it be faster to call WorksheeetFunction in VBA for webservice than it is to act on it within Excel?
I am also open to some other forms of retrieving data. I have a fair amount of familiarity with VBA (enough to get by and use google when I can't) and a mild amount of awareness of web scraping.
Any ideas? Even cutting the time by 25% would be reasonable, just to reduce strain on computers with less CPU power.
Thanks!