- 帖子
- 764
- 主題
- 254
- 精華
- 0
- 積分
- 1031
- 點名
- 0
- 作業系統
- windows 11
- 軟體版本
- OFFICE2021
- 閱讀權限
- 50
- 性別
- 男
- 註冊時間
- 2011-5-30
- 最後登錄
- 2025-6-9
|
35#
發表於 2017-6-24 06:06
| 只看該作者
回復 t8899
都可以自己載入excel
自已錄製一下排序應該很簡單
練習看看
joey0415 發表於 2017-6-22 18:37 
請教連接時等4秒如果沒回應就跳出,要如何改??
Application.ScreenUpdating = False
Sheets("Sheet5").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 |
|