![]() |
Approach web-data via Excel
Dear all,
I have a list of html-links in Excel. Behind these links always the same webpage arises (with different data). Now I wish to retrieve that data in Excel via a macro (1000+ links) Can anyone help me with this? Thanks, Johannes |
Approach web-data via Excel
Sub GetWebData()
Dim wb As Workbook Dim c As Range 'adjust range to suit For Each c In ThisWorkbook.Sheets("Links").Range("A1:A1000") With Workbooks.Open(c.Value) 'get your data here .Close False End With Next c End Sub Tim. "Johannes" wrote in message ... Dear all, I have a list of html-links in Excel. Behind these links always the same webpage arises (with different data). Now I wish to retrieve that data in Excel via a macro (1000+ links) Can anyone help me with this? Thanks, Johannes |
All times are GMT +1. The time now is 12:12 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com