標題:
有關VBA抓取網址CSV問題
[打印本頁]
作者:
gto1208
時間:
2016-4-12 16:59
標題:
有關VBA抓取網址CSV問題
請教各位高手,因證交所的網址有更改
myURL = http://www.tse.com.tw/ch/trading/exchange/TWT93U/TWT93U.php?download=&qdate=105%2F04%2F06
使用VBA巨集時,只會抓到目前最新的資料,無法指定日期,想請問各位高手,是否上述網址有誤照成的? 謝謝
With ActiveSheet.QueryTables.Add(Connection:=myURL _
, Destination:=Range("A1"))
.WebFormatting = xlWebFormattingNone
.WebTables = "1"
.AdjustColumnWidth = False
.Refresh 0
End With
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)