Import tables from a webpage to excel
问题 I just have an upper-intermediate level of excel and intermediate background of VBA with excel. What I want to do is to import tables from a webpage like this which appears in the link: http://www.admision.unmsm.edu.pe/res20130914/A/011/0.html That webpage shows 39 links and each link contains a table. So I would like to know an automatic way to import all these tables to excel. 回答1: This code get the data from all the links. Sub Extract_data() Dim url As String, links_count As Integer Dim i