我正在尝试从多个页面的表中下载数据。(表查询)
我浏览了页码索引-问题有时是某些页面不存在,并且我收到一个运行时错误,指出它无法下载特定的表。
有没有办法检查是否有数据第一然后下载它?
Dim i As Long
Dim lastRow As Long
For i = 120111 To 130000
If (i Mod 100 = 11) Or (i Mod 100 = 21) Or (i Mod 100 = 31) Or (i Mod 100 = 41) Then
lastRow = Cells.SpecialCells(xlCellTypeLastCell).Row + 1
With ActiveSheet.QueryTables.Add(Connection:= _ "URL;http://...roundNum=" & i ,Destination:=Range("A" & lastRow)