excel help

Associate
Joined
2 Aug 2006
Posts
1,719
Location
Liverpool
hi, can anyone tell me if its possible to auto update cells with prices in them, I've got a spreadsheet with computer components and their price from various sites, is there anyway to automatically update the prices
 
the only time I've done this I was scraping the websites with Python, pulling the prices into a spreadsheet and updating from that.
 
You can try:

Data > Get External Data > From Web

Sometimes it works, sometimes it doesn't. If it doesn't then the alternative is to scrape websites using VBA but it's pretty tricky to do.
 
Back
Top Bottom