Board logo

標題: 請教連接超過4秒沒成功,就跳出要如何修改? [打印本頁]

作者: t8899    時間: 2017-6-26 04:12     標題: 請教連接超過4秒沒成功,就跳出要如何修改?

sub abc123()
    Sheets("Sheet1").Select
Cells.ClearContents
ddd = "URL;http://www.twse.com.tw/exchangeReport/TWT48U?response=html"
With ActiveSheet.QueryTables.Add(Connection:=ddd, Destination:=Range("$A$1"))
.WebTables = "1"
.Refresh BackgroundQuery:=False
End With
end sub




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)